Html Css Color HEX #AB37EC Dark Orchid

📋 copy color: '#AB37EC'

red 171 ◦ green 55 ◦ blue 236

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

Shades of Dark Orchid #AB37EC

Tints of Dark Orchid #AB37EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 37.01%
G = 11.9%
B = 51.08%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB37EC (or 0xAB37EC) is known color: Dark Orchid. HEX triplet: AB, 37 and EC. RGB value is (171,55,236). Sum of RGB (Red+Green+Blue) = 171+55+236=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB37EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB37EC is #54C813. Grayscale: #6D6D6D. Windows color (decimal): -5556244 or 15480747. OLE color: 15480747.

HSL color Cylindrical-coordinate representation of color #AB37EC: hue angle of 278.45º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB37EC is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 55 236 -
CMYK 0.28 0.77 0 0.07
HSL 278.45º 0.83% 0.57% -
HSV(B) 278.45º 0.77% 0.93% -
XYZ 33.3 17.45 80.97 -
YUV 110.32 198.93 171.28 -
System Red Green Blue C M Y K H S L
Decimal 171 55 236 0.28 0.77 0 0.07 278.45 0.83 0.57
Hex AB 37 EC 1C 4D 0 7 116 53 39
Octal 253 67 354 34 115 0 7 426 123 71
Binary 10101011 110111 11101100 11100 1001101 0 111 100010110 1010011 111001

Color Harmonies of #AB37EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB37EC

Black with #AB37EC

Text Example


Text Example

White with #AB37EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB37EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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