Html Css Color HEX #AC36CE Dark Orchid

📋 copy color: '#AC36CE'

red 172 ◦ green 54 ◦ blue 206

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

Shades of Dark Orchid #AC36CE

Tints of Dark Orchid #AC36CE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.5%

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

R = 39.81%
G = 12.5%
B = 47.69%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC36CE (or 0xAC36CE) is known color: Dark Orchid. HEX triplet: AC, 36 and CE. RGB value is (172,54,206). Sum of RGB (Red+Green+Blue) = 172+54+206=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC36CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36CE is #53C931. Grayscale: #6A6A6A. Windows color (decimal): -5490994 or 13514412. OLE color: 13514412.

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

Color convert

RGB 172 54 206 -
CMYK 0.17 0.74 0 0.19
HSL 286.58º 0.61% 0.51% -
HSV(B) 286.58º 0.74% 0.81% -
XYZ 29.47 15.87 59.9 -
YUV 106.61 184.09 174.64 -
System Red Green Blue C M Y K H S L
Decimal 172 54 206 0.17 0.74 0 0.19 286.58 0.61 0.51
Hex AC 36 CE 11 4A 0 13 11F 3D 33
Octal 254 66 316 21 112 0 23 437 75 63
Binary 10101100 110110 11001110 10001 1001010 0 10011 100011111 111101 110011

Color Harmonies of #AC36CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC36CE

Black with #AC36CE

Text Example


Text Example

White with #AC36CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC36CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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