#A23CBD

Color #A23CBD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A23CBD

Tints of Dark Orchid #A23CBD

Color information

#A23CBD (or 0xA23CBD) is unknown color: approx Dark Orchid. HEX triplet: A2, 3C and BD. RGB value is (162,60,189). Sum of RGB (Red+Green+Blue) = 162+60+189=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #A23CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CBD is #5DC342. Grayscale: #686868. Windows color (decimal): -6144835 or 12401826. OLE color: 12401826.

HSL color Cylindrical-coordinate representation of color #A23CBD: hue angle of 287.44º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23CBD is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16260189-
CMYK0.140.6800.26
HSL287.44º51.81%48.82%-
HSV(B)287.44º68.25%74.12%-
XYZ25.714.5949.61-
YUV105.2175.29168.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 39.42%
GREEN value IS 60 (23.83% from 255) = 14.60%
BLUE value IS 189 (74.22% from 255) = 45.99%
R=39.42%
G=14.60%
B=45.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162601890.140.6800.26287.4451.8148.82
HexA23CBDE4401A11f3431
Octal24274275161040324376461
Binary101000101111001011110111101000100011010100011111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23CBD; }

 p { color: rgb(162,60,189); }

 H1.HeaderClassName
 {
   color: #A23CBD;
 }
 .AnyTagClassName
 {
   color: #A23CBD;
 }
</style>
background-color css

<style>
 a { background-color: #A23CBD; }

 a { background-color: rgb(162,60,189); }

 div.DivClassName
 {
   background-color: #A23CBD;
 }
 .BgClassName
 {
   background-color: #A23CBD;
 }
</style>
border-color css

<style>
 span { border-color: #A23CBD; }

 span { border-color: rgb(162,60,189); }

 td.TdClassName
 {
   border-color: #A23CBD;
 }
 .TagClassName
 {
   border-color: #A23CBD;
 }
</style>