Html Css Color HEX #AB22AD Dark Orchid

📋 copy color: '#AB22AD'

red 171 ◦ green 34 ◦ blue 173

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

Shades of Dark Orchid #AB22AD

Tints of Dark Orchid #AB22AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 45.24%
G = 8.99%
B = 45.77%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB22AD (or 0xAB22AD) is known color: Dark Orchid. HEX triplet: AB, 22 and AD. RGB value is (171,34,173). Sum of RGB (Red+Green+Blue) = 171+34+173=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB22AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB22AD is #54DD52. Grayscale: #5A5A5A. Windows color (decimal): -5561683 or 11346603. OLE color: 11346603.

HSL color Cylindrical-coordinate representation of color #AB22AD: hue angle of 299.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB22AD is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 34 173 -
CMYK 0.01 0.80 0 0.32
HSL 299.14º 0.67% 0.41% -
HSV(B) 299.14º 0.8% 0.68% -
XYZ 24.91 12.82 40.7 -
YUV 90.81 174.39 185.2 -
System Red Green Blue C M Y K H S L
Decimal 171 34 173 0.01 0.80 0 0.32 299.14 0.67 0.41
Hex AB 22 AD 1 50 0 20 12B 43 29
Octal 253 42 255 1 120 0 40 453 103 51
Binary 10101011 100010 10101101 1 1010000 0 100000 100101011 1000011 101001

Color Harmonies of #AB22AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB22AD

Black with #AB22AD

Text Example


Text Example

White with #AB22AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB22AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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