Html Css Color HEX #AB22CB Dark Orchid

📋 copy color: '#AB22CB'

red 171 ◦ green 34 ◦ blue 203

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

Shades of Dark Orchid #AB22CB

Tints of Dark Orchid #AB22CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.75%

R = 41.91%
G = 8.33%
B = 49.75%

CMYK

 C value IS 0.16

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB22CB (or 0xAB22CB) is known color: Dark Orchid. HEX triplet: AB, 22 and CB. RGB value is (171,34,203). Sum of RGB (Red+Green+Blue) = 171+34+203=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 34 (13.67% from 255 or 8.33% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB22CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB22CB is #54DD34. Grayscale: #5D5D5D. Windows color (decimal): -5561653 or 13312683. OLE color: 13312683.

HSL color Cylindrical-coordinate representation of color #AB22CB: hue angle of 288.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB22CB is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 34 203 -
CMYK 0.16 0.83 0 0.20
HSL 288.64º 0.71% 0.46% -
HSV(B) 288.64º 0.83% 0.8% -
XYZ 28.15 14.11 57.74 -
YUV 94.23 189.39 182.76 -
System Red Green Blue C M Y K H S L
Decimal 171 34 203 0.16 0.83 0 0.20 288.64 0.71 0.46
Hex AB 22 CB 10 53 0 14 121 47 2E
Octal 253 42 313 20 123 0 24 441 107 56
Binary 10101011 100010 11001011 10000 1010011 0 10100 100100001 1000111 101110

Color Harmonies of #AB22CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB22CB

Black with #AB22CB

Text Example


Text Example

White with #AB22CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB22CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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