Html Css Color HEX #AC36D0 Dark Orchid

📋 copy color: '#AC36D0'

red 172 ◦ green 54 ◦ blue 208

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

Shades of Dark Orchid #AC36D0

Tints of Dark Orchid #AC36D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.93%

R = 39.63%
G = 12.44%
B = 47.93%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC36D0 (or 0xAC36D0) is known color: Dark Orchid. HEX triplet: AC, 36 and D0. RGB value is (172,54,208). Sum of RGB (Red+Green+Blue) = 172+54+208=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC36D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36D0 is #53C92F. Grayscale: #6A6A6A. Windows color (decimal): -5490992 or 13645484. OLE color: 13645484.

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

Color convert

RGB 172 54 208 -
CMYK 0.17 0.74 0 0.18
HSL 285.97º 0.62% 0.51% -
HSV(B) 285.97º 0.74% 0.82% -
XYZ 29.72 15.96 61.19 -
YUV 106.84 185.09 174.48 -
System Red Green Blue C M Y K H S L
Decimal 172 54 208 0.17 0.74 0 0.18 285.97 0.62 0.51
Hex AC 36 D0 11 4A 0 12 11E 3E 33
Octal 254 66 320 21 112 0 22 436 76 63
Binary 10101100 110110 11010000 10001 1001010 0 10010 100011110 111110 110011

Color Harmonies of #AC36D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC36D0

Black with #AC36D0

Text Example


Text Example

White with #AC36D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC36D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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