Html Css Color HEX #AC37EA Dark Orchid

📋 copy color: '#AC37EA'

red 172 ◦ green 55 ◦ blue 234

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

Shades of Dark Orchid #AC37EA

Tints of Dark Orchid #AC37EA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.93%

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 37.31%
G = 11.93%
B = 50.76%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC37EA (or 0xAC37EA) is known color: Dark Orchid. HEX triplet: AC, 37 and EA. RGB value is (172,55,234). Sum of RGB (Red+Green+Blue) = 172+55+234=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 55 (21.88% from 255 or 11.93% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC37EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC37EA is #53C815. Grayscale: #6D6D6D. Windows color (decimal): -5490710 or 15349676. OLE color: 15349676.

HSL color Cylindrical-coordinate representation of color #AC37EA: hue angle of 279.22º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC37EA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 55 234 -
CMYK 0.26 0.76 0 0.08
HSL 279.22º 0.81% 0.57% -
HSV(B) 279.22º 0.76% 0.92% -
XYZ 33.23 17.44 79.46 -
YUV 110.39 197.76 171.95 -
System Red Green Blue C M Y K H S L
Decimal 172 55 234 0.26 0.76 0 0.08 279.22 0.81 0.57
Hex AC 37 EA 1A 4C 0 8 117 51 39
Octal 254 67 352 32 114 0 10 427 121 71
Binary 10101100 110111 11101010 11010 1001100 0 1000 100010111 1010001 111001

Color Harmonies of #AC37EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC37EA

Black with #AC37EA

Text Example


Text Example

White with #AC37EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC37EA; }

 p { color: rgb(172,55,234); }

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

background-color css

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

 a { background-color: rgb(172,55,234); }

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

border-color css

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

 span { border-color: rgb(172,55,234); }

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