Html Css Color HEX #AB2ED6 Dark Orchid

📋 copy color: '#AB2ED6'

red 171 ◦ green 46 ◦ blue 214

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

Shades of Dark Orchid #AB2ED6

Tints of Dark Orchid #AB2ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.65%

R = 39.68%
G = 10.67%
B = 49.65%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AB2ED6 (or 0xAB2ED6) is known color: Dark Orchid. HEX triplet: AB, 2E and D6. RGB value is (171,46,214). Sum of RGB (Red+Green+Blue) = 171+46+214=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB2ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ED6 is #54D129. Grayscale: #656565. Windows color (decimal): -5558570 or 14036651. OLE color: 14036651.

HSL color Cylindrical-coordinate representation of color #AB2ED6: hue angle of 284.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2ED6 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 46 214 -
CMYK 0.20 0.79 0 0.16
HSL 284.64º 0.67% 0.51% -
HSV(B) 284.64º 0.79% 0.84% -
XYZ 29.91 15.47 65.03 -
YUV 102.53 190.91 176.84 -
System Red Green Blue C M Y K H S L
Decimal 171 46 214 0.20 0.79 0 0.16 284.64 0.67 0.51
Hex AB 2E D6 14 4F 0 10 11D 43 33
Octal 253 56 326 24 117 0 20 435 103 63
Binary 10101011 101110 11010110 10100 1001111 0 10000 100011101 1000011 110011

Color Harmonies of #AB2ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2ED6

Black with #AB2ED6

Text Example


Text Example

White with #AB2ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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