Html Css Color HEX #AB31D9 Dark Orchid

📋 copy color: '#AB31D9'

red 171 ◦ green 49 ◦ blue 217

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

Shades of Dark Orchid #AB31D9

Tints of Dark Orchid #AB31D9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.21%

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

R = 39.13%
G = 11.21%
B = 49.66%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB31D9 (or 0xAB31D9) is known color: Dark Orchid. HEX triplet: AB, 31 and D9. RGB value is (171,49,217). Sum of RGB (Red+Green+Blue) = 171+49+217=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB31D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31D9 is #54CE26. Grayscale: #686868. Windows color (decimal): -5557799 or 14234027. OLE color: 14234027.

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

Color convert

RGB 171 49 217 -
CMYK 0.21 0.77 0 0.15
HSL 283.57º 0.69% 0.52% -
HSV(B) 283.57º 0.77% 0.85% -
XYZ 30.42 15.86 67.1 -
YUV 104.63 191.42 175.34 -
System Red Green Blue C M Y K H S L
Decimal 171 49 217 0.21 0.77 0 0.15 283.57 0.69 0.52
Hex AB 31 D9 15 4D 0 F 11C 45 34
Octal 253 61 331 25 115 0 17 434 105 64
Binary 10101011 110001 11011001 10101 1001101 0 1111 100011100 1000101 110100

Color Harmonies of #AB31D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31D9

Black with #AB31D9

Text Example


Text Example

White with #AB31D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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