Html Css Color HEX #AC36DD Dark Orchid

📋 copy color: '#AC36DD'

red 172 ◦ green 54 ◦ blue 221

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

Shades of Dark Orchid #AC36DD

Tints of Dark Orchid #AC36DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 38.48%
G = 12.08%
B = 49.44%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC36DD (or 0xAC36DD) is known color: Dark Orchid. HEX triplet: AC, 36 and DD. RGB value is (172,54,221). Sum of RGB (Red+Green+Blue) = 172+54+221=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC36DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC36DD is #53C922. Grayscale: #6B6B6B. Windows color (decimal): -5490979 or 14497452. OLE color: 14497452.

HSL color Cylindrical-coordinate representation of color #AC36DD: hue angle of 282.4º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC36DD is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 54 221 -
CMYK 0.22 0.76 0 0.13
HSL 282.4º 0.71% 0.54% -
HSV(B) 282.4º 0.76% 0.87% -
XYZ 31.38 16.63 69.96 -
YUV 108.32 191.59 173.42 -
System Red Green Blue C M Y K H S L
Decimal 172 54 221 0.22 0.76 0 0.13 282.4 0.71 0.54
Hex AC 36 DD 16 4C 0 D 11A 47 36
Octal 254 66 335 26 114 0 15 432 107 66
Binary 10101100 110110 11011101 10110 1001100 0 1101 100011010 1000111 110110

Color Harmonies of #AC36DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC36DD

Black with #AC36DD

Text Example


Text Example

White with #AC36DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC36DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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