Html Css Color HEX #AC21E8 Dark Orchid

📋 copy color: '#AC21E8'

red 172 ◦ green 33 ◦ blue 232

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

Shades of Dark Orchid #AC21E8

Tints of Dark Orchid #AC21E8

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.55%

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

R = 39.36%
G = 7.55%
B = 53.09%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC21E8 (or 0xAC21E8) is known color: Dark Orchid. HEX triplet: AC, 21 and E8. RGB value is (172,33,232). Sum of RGB (Red+Green+Blue) = 172+33+232=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 232 (91.02% from 255 or 53.09% from 437); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC21E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC21E8 is #53DE17. Grayscale: #606060. Windows color (decimal): -5496344 or 15212972. OLE color: 15212972.

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

Color convert

RGB 172 33 232 -
CMYK 0.26 0.86 0 0.09
HSL 281.91º 0.81% 0.52% -
HSV(B) 281.91º 0.86% 0.91% -
XYZ 32.12 15.68 77.68 -
YUV 97.25 204.05 181.32 -
System Red Green Blue C M Y K H S L
Decimal 172 33 232 0.26 0.86 0 0.09 281.91 0.81 0.52
Hex AC 21 E8 1A 56 0 9 11A 51 34
Octal 254 41 350 32 126 0 11 432 121 64
Binary 10101100 100001 11101000 11010 1010110 0 1001 100011010 1010001 110100

Color Harmonies of #AC21E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21E8

Black with #AC21E8

Text Example


Text Example

White with #AC21E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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