Html Css Color HEX #AB2DD1 Dark Orchid

📋 copy color: '#AB2DD1'

red 171 ◦ green 45 ◦ blue 209

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

Shades of Dark Orchid #AB2DD1

Tints of Dark Orchid #AB2DD1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.59%

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

R = 40.24%
G = 10.59%
B = 49.18%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB2DD1 (or 0xAB2DD1) is known color: Dark Orchid. HEX triplet: AB, 2D and D1. RGB value is (171,45,209). Sum of RGB (Red+Green+Blue) = 171+45+209=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB2DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DD1 is #54D22E. Grayscale: #646464. Windows color (decimal): -5558831 or 13708715. OLE color: 13708715.

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

Color convert

RGB 171 45 209 -
CMYK 0.18 0.78 0 0.18
HSL 286.1º 0.65% 0.5% -
HSV(B) 286.1º 0.78% 0.82% -
XYZ 29.24 15.14 61.7 -
YUV 101.37 188.74 177.66 -
System Red Green Blue C M Y K H S L
Decimal 171 45 209 0.18 0.78 0 0.18 286.1 0.65 0.5
Hex AB 2D D1 12 4E 0 12 11E 41 32
Octal 253 55 321 22 116 0 22 436 101 62
Binary 10101011 101101 11010001 10010 1001110 0 10010 100011110 1000001 110010

Color Harmonies of #AB2DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DD1

Black with #AB2DD1

Text Example


Text Example

White with #AB2DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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