Html Css Color HEX #AC34E8 Dark Orchid

📋 copy color: '#AC34E8'

red 172 ◦ green 52 ◦ blue 232

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

Shades of Dark Orchid #AC34E8

Tints of Dark Orchid #AC34E8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.4%

 BLUE value IS 232 (91.02% from 255) = 50.88%

R = 37.72%
G = 11.4%
B = 50.88%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC34E8 (or 0xAC34E8) is known color: Dark Orchid. HEX triplet: AC, 34 and E8. RGB value is (172,52,232). Sum of RGB (Red+Green+Blue) = 172+52+232=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC34E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC34E8 is #53CB17. Grayscale: #6B6B6B. Windows color (decimal): -5491480 or 15217836. OLE color: 15217836.

HSL color Cylindrical-coordinate representation of color #AC34E8: hue angle of 280º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC34E8 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 52 232 -
CMYK 0.26 0.78 0 0.09
HSL 280º 0.8% 0.56% -
HSV(B) 280º 0.78% 0.91% -
XYZ 32.81 17.05 77.91 -
YUV 108.4 197.76 173.36 -
System Red Green Blue C M Y K H S L
Decimal 172 52 232 0.26 0.78 0 0.09 280 0.8 0.56
Hex AC 34 E8 1A 4E 0 9 118 50 38
Octal 254 64 350 32 116 0 11 430 120 70
Binary 10101100 110100 11101000 11010 1001110 0 1001 100011000 1010000 111000

Color Harmonies of #AC34E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC34E8

Black with #AC34E8

Text Example


Text Example

White with #AC34E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC34E8; }

 p { color: rgb(172,52,232); }

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

background-color css

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

 a { background-color: rgb(172,52,232); }

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

border-color css

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

 span { border-color: rgb(172,52,232); }

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