Html Css Color HEX #AB37BA Dark Orchid

📋 copy color: '#AB37BA'

red 171 ◦ green 55 ◦ blue 186

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

Shades of Dark Orchid #AB37BA

Tints of Dark Orchid #AB37BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 41.5%
G = 13.35%
B = 45.15%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB37BA (or 0xAB37BA) is known color: Dark Orchid. HEX triplet: AB, 37 and BA. RGB value is (171,55,186). Sum of RGB (Red+Green+Blue) = 171+55+186=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB37BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB37BA is #54C845. Grayscale: #686868. Windows color (decimal): -5556294 or 12203947. OLE color: 12203947.

HSL color Cylindrical-coordinate representation of color #AB37BA: hue angle of 293.13º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB37BA is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 55 186 -
CMYK 0.08 0.70 0 0.27
HSL 293.13º 0.54% 0.47% -
HSV(B) 293.13º 0.7% 0.73% -
XYZ 27.02 14.94 47.91 -
YUV 104.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 171 55 186 0.08 0.70 0 0.27 293.13 0.54 0.47
Hex AB 37 BA 8 46 0 1B 125 36 2F
Octal 253 67 272 10 106 0 33 445 66 57
Binary 10101011 110111 10111010 1000 1000110 0 11011 100100101 110110 101111

Color Harmonies of #AB37BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB37BA

Black with #AB37BA

Text Example


Text Example

White with #AB37BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB37BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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