Html Css Color HEX #AB7CAB London Hue

📋 copy color: '#AB7CAB'

red 171 ◦ green 124 ◦ blue 171

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

Shades of London Hue #AB7CAB

Tints of London Hue #AB7CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.61%

 BLUE value IS 171 (67.19% from 255) = 36.7%

R = 36.7%
G = 26.61%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB7CAB (or 0xAB7CAB) is known color: London Hue. HEX triplet: AB, 7C and AB. RGB value is (171,124,171). Sum of RGB (Red+Green+Blue) = 171+124+171=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7CAB is #548354. Grayscale: #8F8F8F. Windows color (decimal): -5538645 or 11238571. OLE color: 11238571.

HSL color Cylindrical-coordinate representation of color #AB7CAB: hue angle of 300º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7CAB is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 124 171 -
CMYK 0 0.27 0 0.33
HSL 300º 0.22% 0.58% -
HSV(B) 300º 0.27% 0.67% -
XYZ 31.35 26.01 41.9 -
YUV 143.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 171 124 171 0 0.27 0 0.33 300 0.22 0.58
Hex AB 7C AB 0 1B 0 21 12C 16 3A
Octal 253 174 253 0 33 0 41 454 26 72
Binary 10101011 1111100 10101011 0 11011 0 100001 100101100 10110 111010

Color Harmonies of #AB7CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7CAB

Black with #AB7CAB

Text Example


Text Example

White with #AB7CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7CAB; }

 p { color: rgb(171,124,171); }

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

background-color css

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

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

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

border-color css

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

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

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