Html Css Color HEX #AB22E1 Dark Orchid

📋 copy color: '#AB22E1'

red 171 ◦ green 34 ◦ blue 225

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

Shades of Dark Orchid #AB22E1

Tints of Dark Orchid #AB22E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.33%

R = 39.77%
G = 7.91%
B = 52.33%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB22E1 (or 0xAB22E1) is known color: Dark Orchid. HEX triplet: AB, 22 and E1. RGB value is (171,34,225). Sum of RGB (Red+Green+Blue) = 171+34+225=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB22E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB22E1 is #54DD1E. Grayscale: #606060. Windows color (decimal): -5561631 or 14754475. OLE color: 14754475.

HSL color Cylindrical-coordinate representation of color #AB22E1: hue angle of 283.04º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB22E1 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 34 225 -
CMYK 0.24 0.85 0 0.12
HSL 283.04º 0.76% 0.51% -
HSV(B) 283.04º 0.85% 0.88% -
XYZ 30.96 15.24 72.54 -
YUV 96.74 200.39 180.97 -
System Red Green Blue C M Y K H S L
Decimal 171 34 225 0.24 0.85 0 0.12 283.04 0.76 0.51
Hex AB 22 E1 18 55 0 C 11B 4C 33
Octal 253 42 341 30 125 0 14 433 114 63
Binary 10101011 100010 11100001 11000 1010101 0 1100 100011011 1001100 110011

Color Harmonies of #AB22E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB22E1

Black with #AB22E1

Text Example


Text Example

White with #AB22E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB22E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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