Html Css Color HEX #AB22E9 Dark Orchid

📋 copy color: '#AB22E9'

red 171 ◦ green 34 ◦ blue 233

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

Shades of Dark Orchid #AB22E9

Tints of Dark Orchid #AB22E9

RGB

 RED value IS 171 (67.19% from 255) = 39.04%

 GREEN value IS 34 (13.67% from 255) = 7.76%

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

R = 39.04%
G = 7.76%
B = 53.2%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB22E9 (or 0xAB22E9) is known color: Dark Orchid. HEX triplet: AB, 22 and E9. RGB value is (171,34,233). Sum of RGB (Red+Green+Blue) = 171+34+233=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 34 (13.67% from 255 or 7.76% 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 #AB22E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB22E9 is #54DD16. Grayscale: #606060. Windows color (decimal): -5561623 or 15278763. OLE color: 15278763.

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

Color convert

RGB 171 34 233 -
CMYK 0.27 0.85 0 0.09
HSL 281.31º 0.82% 0.52% -
HSV(B) 281.31º 0.85% 0.91% -
XYZ 32.07 15.69 78.43 -
YUV 97.65 204.39 180.32 -
System Red Green Blue C M Y K H S L
Decimal 171 34 233 0.27 0.85 0 0.09 281.31 0.82 0.52
Hex AB 22 E9 1B 55 0 9 119 52 34
Octal 253 42 351 33 125 0 11 431 122 64
Binary 10101011 100010 11101001 11011 1010101 0 1001 100011001 1010010 110100

Color Harmonies of #AB22E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB22E9

Black with #AB22E9

Text Example


Text Example

White with #AB22E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB22E9; }

 p { color: rgb(171,34,233); }

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

background-color css

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

 a { background-color: rgb(171,34,233); }

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

border-color css

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

 span { border-color: rgb(171,34,233); }

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