Html Css Color HEX #AB22DF Dark Orchid

📋 copy color: '#AB22DF'

red 171 ◦ green 34 ◦ blue 223

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

Shades of Dark Orchid #AB22DF

Tints of Dark Orchid #AB22DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 39.95%
G = 7.94%
B = 52.1%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB22DF (or 0xAB22DF) is known color: Dark Orchid. HEX triplet: AB, 22 and DF. RGB value is (171,34,223). Sum of RGB (Red+Green+Blue) = 171+34+223=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB22DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB22DF is #54DD20. Grayscale: #5F5F5F. Windows color (decimal): -5561633 or 14623403. OLE color: 14623403.

HSL color Cylindrical-coordinate representation of color #AB22DF: hue angle of 283.49º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB22DF is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 34 223 -
CMYK 0.23 0.85 0 0.13
HSL 283.49º 0.75% 0.5% -
HSV(B) 283.49º 0.85% 0.87% -
XYZ 30.69 15.13 71.12 -
YUV 96.51 199.39 181.13 -
System Red Green Blue C M Y K H S L
Decimal 171 34 223 0.23 0.85 0 0.13 283.49 0.75 0.5
Hex AB 22 DF 17 55 0 D 11B 4B 32
Octal 253 42 337 27 125 0 15 433 113 62
Binary 10101011 100010 11011111 10111 1010101 0 1101 100011011 1001011 110010

Color Harmonies of #AB22DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB22DF

Black with #AB22DF

Text Example


Text Example

White with #AB22DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB22DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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