Html Css Color HEX #AC2DB6 Dark Orchid

📋 copy color: '#AC2DB6'

red 172 ◦ green 45 ◦ blue 182

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

Shades of Dark Orchid #AC2DB6

Tints of Dark Orchid #AC2DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.61%

R = 43.11%
G = 11.28%
B = 45.61%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC2DB6 (or 0xAC2DB6) is known color: Dark Orchid. HEX triplet: AC, 2D and B6. RGB value is (172,45,182). Sum of RGB (Red+Green+Blue) = 172+45+182=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 182 - color contains mainly: blue. Hex color #AC2DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DB6 is #53D249. Grayscale: #626262. Windows color (decimal): -5493322 or 11939244. OLE color: 11939244.

HSL color Cylindrical-coordinate representation of color #AC2DB6: hue angle of 295.62º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2DB6 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 45 182 -
CMYK 0.05 0.75 0 0.29
HSL 295.62º 0.6% 0.45% -
HSV(B) 295.62º 0.75% 0.71% -
XYZ 26.4 14.02 45.57 -
YUV 98.59 175.08 180.36 -
System Red Green Blue C M Y K H S L
Decimal 172 45 182 0.05 0.75 0 0.29 295.62 0.6 0.45
Hex AC 2D B6 5 4B 0 1D 128 3C 2D
Octal 254 55 266 5 113 0 35 450 74 55
Binary 10101100 101101 10110110 101 1001011 0 11101 100101000 111100 101101

Color Harmonies of #AC2DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2DB6

Black with #AC2DB6

Text Example


Text Example

White with #AC2DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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