Html Css Color HEX #AB2ED1 Dark Orchid

📋 copy color: '#AB2ED1'

red 171 ◦ green 46 ◦ blue 209

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

Shades of Dark Orchid #AB2ED1

Tints of Dark Orchid #AB2ED1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.8%

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

R = 40.14%
G = 10.8%
B = 49.06%

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

#AB2ED1 (or 0xAB2ED1) is known color: Dark Orchid. HEX triplet: AB, 2E and D1. RGB value is (171,46,209). Sum of RGB (Red+Green+Blue) = 171+46+209=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 46 (18.36% from 255 or 10.80% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB2ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ED1 is #54D12E. Grayscale: #656565. Windows color (decimal): -5558575 or 13708971. OLE color: 13708971.

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

Color convert

RGB 171 46 209 -
CMYK 0.18 0.78 0 0.18
HSL 286.01º 0.64% 0.5% -
HSV(B) 286.01º 0.78% 0.82% -
XYZ 29.28 15.22 61.72 -
YUV 101.96 188.41 177.25 -
System Red Green Blue C M Y K H S L
Decimal 171 46 209 0.18 0.78 0 0.18 286.01 0.64 0.5
Hex AB 2E D1 12 4E 0 12 11E 40 32
Octal 253 56 321 22 116 0 22 436 100 62
Binary 10101011 101110 11010001 10010 1001110 0 10010 100011110 1000000 110010

Color Harmonies of #AB2ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2ED1

Black with #AB2ED1

Text Example


Text Example

White with #AB2ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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