Html Css Color HEX #AB2DD9 Dark Orchid

📋 copy color: '#AB2DD9'

red 171 ◦ green 45 ◦ blue 217

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

Shades of Dark Orchid #AB2DD9

Tints of Dark Orchid #AB2DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.12%

R = 39.49%
G = 10.39%
B = 50.12%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB2DD9 (or 0xAB2DD9) is known color: Dark Orchid. HEX triplet: AB, 2D and D9. RGB value is (171,45,217). Sum of RGB (Red+Green+Blue) = 171+45+217=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB2DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DD9 is #54D226. Grayscale: #656565. Windows color (decimal): -5558823 or 14233003. OLE color: 14233003.

HSL color Cylindrical-coordinate representation of color #AB2DD9: hue angle of 283.95º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2DD9 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 45 217 -
CMYK 0.21 0.79 0 0.15
HSL 283.95º 0.69% 0.51% -
HSV(B) 283.95º 0.79% 0.85% -
XYZ 30.26 15.54 67.05 -
YUV 102.28 192.74 177.01 -
System Red Green Blue C M Y K H S L
Decimal 171 45 217 0.21 0.79 0 0.15 283.95 0.69 0.51
Hex AB 2D D9 15 4F 0 F 11C 45 33
Octal 253 55 331 25 117 0 17 434 105 63
Binary 10101011 101101 11011001 10101 1001111 0 1111 100011100 1000101 110011

Color Harmonies of #AB2DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DD9

Black with #AB2DD9

Text Example


Text Example

White with #AB2DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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