Html Css Color HEX #AB37BD Dark Orchid

📋 copy color: '#AB37BD'

red 171 ◦ green 55 ◦ blue 189

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

Shades of Dark Orchid #AB37BD

Tints of Dark Orchid #AB37BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.54%

R = 41.2%
G = 13.25%
B = 45.54%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB37BD (or 0xAB37BD) is known color: Dark Orchid. HEX triplet: AB, 37 and BD. RGB value is (171,55,189). Sum of RGB (Red+Green+Blue) = 171+55+189=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB37BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB37BD is #54C842. Grayscale: #686868. Windows color (decimal): -5556291 or 12400555. OLE color: 12400555.

HSL color Cylindrical-coordinate representation of color #AB37BD: hue angle of 291.94º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB37BD is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 55 189 -
CMYK 0.10 0.71 0 0.26
HSL 291.94º 0.55% 0.48% -
HSV(B) 291.94º 0.71% 0.74% -
XYZ 27.35 15.06 49.61 -
YUV 104.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 171 55 189 0.10 0.71 0 0.26 291.94 0.55 0.48
Hex AB 37 BD A 47 0 1A 124 37 30
Octal 253 67 275 12 107 0 32 444 67 60
Binary 10101011 110111 10111101 1010 1000111 0 11010 100100100 110111 110000

Color Harmonies of #AB37BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB37BD

Black with #AB37BD

Text Example


Text Example

White with #AB37BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB37BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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