Html Css Color HEX #AB37BE Dark Orchid

📋 copy color: '#AB37BE'

red 171 ◦ green 55 ◦ blue 190

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

Shades of Dark Orchid #AB37BE

Tints of Dark Orchid #AB37BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 41.11%
G = 13.22%
B = 45.67%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB37BE (or 0xAB37BE) is known color: Dark Orchid. HEX triplet: AB, 37 and BE. RGB value is (171,55,190). Sum of RGB (Red+Green+Blue) = 171+55+190=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB37BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB37BE is #54C841. Grayscale: #686868. Windows color (decimal): -5556290 or 12466091. OLE color: 12466091.

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

Color convert

RGB 171 55 190 -
CMYK 0.10 0.71 0 0.25
HSL 291.56º 0.55% 0.48% -
HSV(B) 291.56º 0.71% 0.75% -
XYZ 27.46 15.11 50.18 -
YUV 105.07 175.93 175.02 -
System Red Green Blue C M Y K H S L
Decimal 171 55 190 0.10 0.71 0 0.25 291.56 0.55 0.48
Hex AB 37 BE A 47 0 19 124 37 30
Octal 253 67 276 12 107 0 31 444 67 60
Binary 10101011 110111 10111110 1010 1000111 0 11001 100100100 110111 110000

Color Harmonies of #AB37BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB37BE

Black with #AB37BE

Text Example


Text Example

White with #AB37BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB37BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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