Html Css Color HEX #AC32EA Dark Orchid

📋 copy color: '#AC32EA'

red 172 ◦ green 50 ◦ blue 234

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

Shades of Dark Orchid #AC32EA

Tints of Dark Orchid #AC32EA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.96%

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

R = 37.72%
G = 10.96%
B = 51.32%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC32EA (or 0xAC32EA) is known color: Dark Orchid. HEX triplet: AC, 32 and EA. RGB value is (172,50,234). Sum of RGB (Red+Green+Blue) = 172+50+234=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC32EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC32EA is #53CD15. Grayscale: #6A6A6A. Windows color (decimal): -5491990 or 15348396. OLE color: 15348396.

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

Color convert

RGB 172 50 234 -
CMYK 0.26 0.79 0 0.08
HSL 279.78º 0.81% 0.56% -
HSV(B) 279.78º 0.79% 0.92% -
XYZ 33.01 16.99 79.38 -
YUV 107.45 199.42 174.04 -
System Red Green Blue C M Y K H S L
Decimal 172 50 234 0.26 0.79 0 0.08 279.78 0.81 0.56
Hex AC 32 EA 1A 4F 0 8 118 51 38
Octal 254 62 352 32 117 0 10 430 121 70
Binary 10101100 110010 11101010 11010 1001111 0 1000 100011000 1010001 111000

Color Harmonies of #AC32EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC32EA

Black with #AC32EA

Text Example


Text Example

White with #AC32EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC32EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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