Html Css Color HEX #AC21E9 Dark Orchid

📋 copy color: '#AC21E9'

red 172 ◦ green 33 ◦ blue 233

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

Shades of Dark Orchid #AC21E9

Tints of Dark Orchid #AC21E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 53.2%

R = 39.27%
G = 7.53%
B = 53.2%

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

#AC21E9 (or 0xAC21E9) is known color: Dark Orchid. HEX triplet: AC, 21 and E9. RGB value is (172,33,233). Sum of RGB (Red+Green+Blue) = 172+33+233=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 233 (91.41% from 255 or 53.20% from 438); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC21E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC21E9 is #53DE16. Grayscale: #606060. Windows color (decimal): -5496343 or 15278508. OLE color: 15278508.

HSL color Cylindrical-coordinate representation of color #AC21E9: hue angle of 281.7º degrees, saturation: 0.82, 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 #AC21E9 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 33 233 -
CMYK 0.26 0.86 0 0.09
HSL 281.7º 0.82% 0.52% -
HSV(B) 281.7º 0.86% 0.91% -
XYZ 32.27 15.74 78.43 -
YUV 97.36 204.55 181.24 -
System Red Green Blue C M Y K H S L
Decimal 172 33 233 0.26 0.86 0 0.09 281.7 0.82 0.52
Hex AC 21 E9 1A 56 0 9 11A 52 34
Octal 254 41 351 32 126 0 11 432 122 64
Binary 10101100 100001 11101001 11010 1010110 0 1001 100011010 1010010 110100

Color Harmonies of #AC21E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21E9

Black with #AC21E9

Text Example


Text Example

White with #AC21E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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