Html Css Color HEX #AC2CCE Dark Orchid

📋 copy color: '#AC2CCE'

red 172 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #AC2CCE

Tints of Dark Orchid #AC2CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.43%

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

R = 40.76%
G = 10.43%
B = 48.82%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC2CCE (or 0xAC2CCE) is known color: Dark Orchid. HEX triplet: AC, 2C and CE. RGB value is (172,44,206). Sum of RGB (Red+Green+Blue) = 172+44+206=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC2CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2CCE is #53D331. Grayscale: #646464. Windows color (decimal): -5493554 or 13511852. OLE color: 13511852.

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

Color convert

RGB 172 44 206 -
CMYK 0.17 0.79 0 0.19
HSL 287.41º 0.65% 0.49% -
HSV(B) 287.41º 0.79% 0.81% -
XYZ 29.05 15.03 59.76 -
YUV 100.74 187.41 178.83 -
System Red Green Blue C M Y K H S L
Decimal 172 44 206 0.17 0.79 0 0.19 287.41 0.65 0.49
Hex AC 2C CE 11 4F 0 13 11F 41 31
Octal 254 54 316 21 117 0 23 437 101 61
Binary 10101100 101100 11001110 10001 1001111 0 10011 100011111 1000001 110001

Color Harmonies of #AC2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2CCE

Black with #AC2CCE

Text Example


Text Example

White with #AC2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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