Html Css Color HEX #AC2AC0 Dark Orchid

📋 copy color: '#AC2AC0'

red 172 ◦ green 42 ◦ blue 192

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

Shades of Dark Orchid #AC2AC0

Tints of Dark Orchid #AC2AC0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.34%

 BLUE value IS 192 (75.39% from 255) = 47.29%

R = 42.36%
G = 10.34%
B = 47.29%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC2AC0 (or 0xAC2AC0) is known color: Dark Orchid. HEX triplet: AC, 2A and C0. RGB value is (172,42,192). Sum of RGB (Red+Green+Blue) = 172+42+192=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC2AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2AC0 is #53D53F. Grayscale: #616161. Windows color (decimal): -5494080 or 12593836. OLE color: 12593836.

HSL color Cylindrical-coordinate representation of color #AC2AC0: hue angle of 292º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2AC0 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 42 192 -
CMYK 0.10 0.78 0 0.25
HSL 292º 0.64% 0.46% -
HSV(B) 292º 0.78% 0.75% -
XYZ 27.36 14.23 51.17 -
YUV 97.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 172 42 192 0.10 0.78 0 0.25 292 0.64 0.46
Hex AC 2A C0 A 4E 0 19 124 40 2E
Octal 254 52 300 12 116 0 31 444 100 56
Binary 10101100 101010 11000000 1010 1001110 0 11001 100100100 1000000 101110

Color Harmonies of #AC2AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2AC0

Black with #AC2AC0

Text Example


Text Example

White with #AC2AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2AC0; }

 p { color: rgb(172,42,192); }

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

background-color css

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

 a { background-color: rgb(172,42,192); }

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

border-color css

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

 span { border-color: rgb(172,42,192); }

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