Html Css Color HEX #AB37DD Dark Orchid

📋 copy color: '#AB37DD'

red 171 ◦ green 55 ◦ blue 221

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

Shades of Dark Orchid #AB37DD

Tints of Dark Orchid #AB37DD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.3%

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

R = 38.26%
G = 12.3%
B = 49.44%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB37DD (or 0xAB37DD) is known color: Dark Orchid. HEX triplet: AB, 37 and DD. RGB value is (171,55,221). Sum of RGB (Red+Green+Blue) = 171+55+221=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB37DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB37DD is #54C822. Grayscale: #6C6C6C. Windows color (decimal): -5556259 or 14497707. OLE color: 14497707.

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

Color convert

RGB 171 55 221 -
CMYK 0.23 0.75 0 0.13
HSL 281.93º 0.71% 0.54% -
HSV(B) 281.93º 0.75% 0.87% -
XYZ 31.21 16.61 69.97 -
YUV 108.61 191.43 172.5 -
System Red Green Blue C M Y K H S L
Decimal 171 55 221 0.23 0.75 0 0.13 281.93 0.71 0.54
Hex AB 37 DD 17 4B 0 D 11A 47 36
Octal 253 67 335 27 113 0 15 432 107 66
Binary 10101011 110111 11011101 10111 1001011 0 1101 100011010 1000111 110110

Color Harmonies of #AB37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB37DD

Black with #AB37DD

Text Example


Text Example

White with #AB37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB37DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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