Html Css Color HEX #AB31DD Dark Orchid

📋 copy color: '#AB31DD'

red 171 ◦ green 49 ◦ blue 221

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

Shades of Dark Orchid #AB31DD

Tints of Dark Orchid #AB31DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 38.78%
G = 11.11%
B = 50.11%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB31DD (or 0xAB31DD) is known color: Dark Orchid. HEX triplet: AB, 31 and DD. RGB value is (171,49,221). Sum of RGB (Red+Green+Blue) = 171+49+221=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB31DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31DD is #54CE22. Grayscale: #686868. Windows color (decimal): -5557795 or 14496171. OLE color: 14496171.

HSL color Cylindrical-coordinate representation of color #AB31DD: hue angle of 282.56º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB31DD is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 49 221 -
CMYK 0.23 0.78 0 0.13
HSL 282.56º 0.72% 0.53% -
HSV(B) 282.56º 0.78% 0.87% -
XYZ 30.94 16.08 69.88 -
YUV 105.09 193.42 175.01 -
System Red Green Blue C M Y K H S L
Decimal 171 49 221 0.23 0.78 0 0.13 282.56 0.72 0.53
Hex AB 31 DD 17 4E 0 D 11B 48 35
Octal 253 61 335 27 116 0 15 433 110 65
Binary 10101011 110001 11011101 10111 1001110 0 1101 100011011 1001000 110101

Color Harmonies of #AB31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31DD

Black with #AB31DD

Text Example


Text Example

White with #AB31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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