Html Css Color HEX #AB22D0 Dark Orchid

📋 copy color: '#AB22D0'

red 171 ◦ green 34 ◦ blue 208

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

Shades of Dark Orchid #AB22D0

Tints of Dark Orchid #AB22D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.36%

R = 41.4%
G = 8.23%
B = 50.36%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB22D0 (or 0xAB22D0) is known color: Dark Orchid. HEX triplet: AB, 22 and D0. RGB value is (171,34,208). Sum of RGB (Red+Green+Blue) = 171+34+208=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB22D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB22D0 is #54DD2F. Grayscale: #5E5E5E. Windows color (decimal): -5561648 or 13640363. OLE color: 13640363.

HSL color Cylindrical-coordinate representation of color #AB22D0: hue angle of 287.24º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB22D0 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 34 208 -
CMYK 0.18 0.84 0 0.18
HSL 287.24º 0.72% 0.47% -
HSV(B) 287.24º 0.84% 0.82% -
XYZ 28.75 14.36 60.93 -
YUV 94.8 191.89 182.35 -
System Red Green Blue C M Y K H S L
Decimal 171 34 208 0.18 0.84 0 0.18 287.24 0.72 0.47
Hex AB 22 D0 12 54 0 12 11F 48 2F
Octal 253 42 320 22 124 0 22 437 110 57
Binary 10101011 100010 11010000 10010 1010100 0 10010 100011111 1001000 101111

Color Harmonies of #AB22D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB22D0

Black with #AB22D0

Text Example


Text Example

White with #AB22D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB22D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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