Html Css Color HEX #AB21D1 Dark Orchid

📋 copy color: '#AB21D1'

red 171 ◦ green 33 ◦ blue 209

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

Shades of Dark Orchid #AB21D1

Tints of Dark Orchid #AB21D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.61%

R = 41.4%
G = 7.99%
B = 50.61%

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

#AB21D1 (or 0xAB21D1) is known color: Dark Orchid. HEX triplet: AB, 21 and D1. RGB value is (171,33,209). Sum of RGB (Red+Green+Blue) = 171+33+209=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB21D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21D1 is #54DE2E. Grayscale: #5D5D5D. Windows color (decimal): -5561903 or 13705643. OLE color: 13705643.

HSL color Cylindrical-coordinate representation of color #AB21D1: hue angle of 287.05º degrees, saturation: 0.73, 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 #AB21D1 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 33 209 -
CMYK 0.18 0.84 0 0.18
HSL 287.05º 0.73% 0.47% -
HSV(B) 287.05º 0.84% 0.82% -
XYZ 28.85 14.35 61.57 -
YUV 94.33 192.72 182.69 -
System Red Green Blue C M Y K H S L
Decimal 171 33 209 0.18 0.84 0 0.18 287.05 0.73 0.47
Hex AB 21 D1 12 54 0 12 11F 49 2F
Octal 253 41 321 22 124 0 22 437 111 57
Binary 10101011 100001 11010001 10010 1010100 0 10010 100011111 1001001 101111

Color Harmonies of #AB21D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB21D1

Black with #AB21D1

Text Example


Text Example

White with #AB21D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB21D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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