Html Css Color HEX #AB21AD Dark Orchid

📋 copy color: '#AB21AD'

red 171 ◦ green 33 ◦ blue 173

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

Shades of Dark Orchid #AB21AD

Tints of Dark Orchid #AB21AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.75%

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

R = 45.36%
G = 8.75%
B = 45.89%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB21AD (or 0xAB21AD) is known color: Dark Orchid. HEX triplet: AB, 21 and AD. RGB value is (171,33,173). Sum of RGB (Red+Green+Blue) = 171+33+173=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB21AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB21AD is #54DE52. Grayscale: #595959. Windows color (decimal): -5561939 or 11346347. OLE color: 11346347.

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

Color convert

RGB 171 33 173 -
CMYK 0.01 0.81 0 0.32
HSL 299.14º 0.68% 0.4% -
HSV(B) 299.14º 0.81% 0.68% -
XYZ 24.88 12.76 40.69 -
YUV 90.22 174.72 185.62 -
System Red Green Blue C M Y K H S L
Decimal 171 33 173 0.01 0.81 0 0.32 299.14 0.68 0.4
Hex AB 21 AD 1 51 0 20 12B 44 28
Octal 253 41 255 1 121 0 40 453 104 50
Binary 10101011 100001 10101101 1 1010001 0 100000 100101011 1000100 101000

Color Harmonies of #AB21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB21AD

Black with #AB21AD

Text Example


Text Example

White with #AB21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB21AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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