Html Css Color HEX #AB37BC Dark Orchid

📋 copy color: '#AB37BC'

red 171 ◦ green 55 ◦ blue 188

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

Shades of Dark Orchid #AB37BC

Tints of Dark Orchid #AB37BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.41%

R = 41.3%
G = 13.29%
B = 45.41%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB37BC (or 0xAB37BC) is known color: Dark Orchid. HEX triplet: AB, 37 and BC. RGB value is (171,55,188). Sum of RGB (Red+Green+Blue) = 171+55+188=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 55 (21.88% from 255 or 13.29% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB37BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB37BC is #54C843. Grayscale: #686868. Windows color (decimal): -5556292 or 12335019. OLE color: 12335019.

HSL color Cylindrical-coordinate representation of color #AB37BC: hue angle of 292.33º 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 #AB37BC is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 55 188 -
CMYK 0.09 0.71 0 0.26
HSL 292.33º 0.55% 0.48% -
HSV(B) 292.33º 0.71% 0.74% -
XYZ 27.24 15.02 49.04 -
YUV 104.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 171 55 188 0.09 0.71 0 0.26 292.33 0.55 0.48
Hex AB 37 BC 9 47 0 1A 124 37 30
Octal 253 67 274 11 107 0 32 444 67 60
Binary 10101011 110111 10111100 1001 1000111 0 11010 100100100 110111 110000

Color Harmonies of #AB37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB37BC

Black with #AB37BC

Text Example


Text Example

White with #AB37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB37BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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