Html Css Color HEX #AC2DCB Dark Orchid

📋 copy color: '#AC2DCB'

red 172 ◦ green 45 ◦ blue 203

#AC2DCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AC2DCB

Tints of Dark Orchid #AC2DCB

RGB

 RED value IS 172 (67.58% from 255) = 40.95%

 GREEN value IS 45 (17.97% from 255) = 10.71%

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 40.95%
G = 10.71%
B = 48.33%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC2DCB (or 0xAC2DCB) is known color: Dark Orchid. HEX triplet: AC, 2D and CB. RGB value is (172,45,203). Sum of RGB (Red+Green+Blue) = 172+45+203=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC2DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DCB is #53D234. Grayscale: #646464. Windows color (decimal): -5493301 or 13315500. OLE color: 13315500.

HSL color Cylindrical-coordinate representation of color #AC2DCB: hue angle of 288.23º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2DCB is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 45 203 -
CMYK 0.15 0.78 0 0.20
HSL 288.23º 0.64% 0.49% -
HSV(B) 288.23º 0.78% 0.8% -
XYZ 28.73 14.96 57.87 -
YUV 100.99 185.58 178.65 -
System Red Green Blue C M Y K H S L
Decimal 172 45 203 0.15 0.78 0 0.20 288.23 0.64 0.49
Hex AC 2D CB F 4E 0 14 120 40 31
Octal 254 55 313 17 116 0 24 440 100 61
Binary 10101100 101101 11001011 1111 1001110 0 10100 100100000 1000000 110001

Color Harmonies of #AC2DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DCB

Black with #AC2DCB

Text Example


Text Example

White with #AC2DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DCB; }

 p { color: rgb(172,45,203); }

 H1.HeaderClassName
 {
   color: #AC2DCB;
 }
 .AnyTagClassName
 {
   color: #AC2DCB;
 }
</style>

background-color css

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

 a { background-color: rgb(172,45,203); }

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

border-color css

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

 span { border-color: rgb(172,45,203); }

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