Html Css Color HEX #AC36ED Dark Orchid

📋 copy color: '#AC36ED'

red 172 ◦ green 54 ◦ blue 237

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

Shades of Dark Orchid #AC36ED

Tints of Dark Orchid #AC36ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 37.15%
G = 11.66%
B = 51.19%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC36ED (or 0xAC36ED) is known color: Dark Orchid. HEX triplet: AC, 36 and ED. RGB value is (172,54,237). Sum of RGB (Red+Green+Blue) = 172+54+237=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC36ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC36ED is #53C912. Grayscale: #6D6D6D. Windows color (decimal): -5490963 or 15546028. OLE color: 15546028.

HSL color Cylindrical-coordinate representation of color #AC36ED: hue angle of 278.69º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC36ED is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 54 237 -
CMYK 0.27 0.77 0 0.07
HSL 278.69º 0.84% 0.57% -
HSV(B) 278.69º 0.77% 0.93% -
XYZ 33.62 17.52 81.73 -
YUV 110.14 199.59 172.12 -
System Red Green Blue C M Y K H S L
Decimal 172 54 237 0.27 0.77 0 0.07 278.69 0.84 0.57
Hex AC 36 ED 1B 4D 0 7 117 54 39
Octal 254 66 355 33 115 0 7 427 124 71
Binary 10101100 110110 11101101 11011 1001101 0 111 100010111 1010100 111001

Color Harmonies of #AC36ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC36ED

Black with #AC36ED

Text Example


Text Example

White with #AC36ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC36ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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