Html Css Color HEX #AC39EA Dark Orchid

📋 copy color: '#AC39EA'

red 172 ◦ green 57 ◦ blue 234

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

Shades of Dark Orchid #AC39EA

Tints of Dark Orchid #AC39EA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.31%

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

R = 37.15%
G = 12.31%
B = 50.54%

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

#AC39EA (or 0xAC39EA) is known color: Dark Orchid. HEX triplet: AC, 39 and EA. RGB value is (172,57,234). Sum of RGB (Red+Green+Blue) = 172+57+234=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 57 (22.66% from 255 or 12.31% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC39EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC39EA is #53C615. Grayscale: #6E6E6E. Windows color (decimal): -5490198 or 15350188. OLE color: 15350188.

HSL color Cylindrical-coordinate representation of color #AC39EA: hue angle of 278.98º 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 #AC39EA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 57 234 -
CMYK 0.26 0.76 0 0.08
HSL 278.98º 0.81% 0.57% -
HSV(B) 278.98º 0.76% 0.92% -
XYZ 33.33 17.64 79.49 -
YUV 111.56 197.1 171.11 -
System Red Green Blue C M Y K H S L
Decimal 172 57 234 0.26 0.76 0 0.08 278.98 0.81 0.57
Hex AC 39 EA 1A 4C 0 8 117 51 39
Octal 254 71 352 32 114 0 10 427 121 71
Binary 10101100 111001 11101010 11010 1001100 0 1000 100010111 1010001 111001

Color Harmonies of #AC39EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC39EA

Black with #AC39EA

Text Example


Text Example

White with #AC39EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC39EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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