Html Css Color HEX #AC2ACE Dark Orchid

📋 copy color: '#AC2ACE'

red 172 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #AC2ACE

Tints of Dark Orchid #AC2ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 40.95%
G = 10%
B = 49.05%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC2ACE (or 0xAC2ACE) is known color: Dark Orchid. HEX triplet: AC, 2A and CE. RGB value is (172,42,206). Sum of RGB (Red+Green+Blue) = 172+42+206=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC2ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ACE is #53D531. Grayscale: #636363. Windows color (decimal): -5494066 or 13511340. OLE color: 13511340.

HSL color Cylindrical-coordinate representation of color #AC2ACE: hue angle of 287.56º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2ACE is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 42 206 -
CMYK 0.17 0.80 0 0.19
HSL 287.56º 0.66% 0.49% -
HSV(B) 287.56º 0.8% 0.81% -
XYZ 28.98 14.88 59.74 -
YUV 99.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 172 42 206 0.17 0.80 0 0.19 287.56 0.66 0.49
Hex AC 2A CE 11 50 0 13 120 42 31
Octal 254 52 316 21 120 0 23 440 102 61
Binary 10101100 101010 11001110 10001 1010000 0 10011 100100000 1000010 110001

Color Harmonies of #AC2ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2ACE

Black with #AC2ACE

Text Example


Text Example

White with #AC2ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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