Html Css Color HEX #AB7CB0 London Hue

📋 copy color: '#AB7CB0'

red 171 ◦ green 124 ◦ blue 176

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

Shades of London Hue #AB7CB0

Tints of London Hue #AB7CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.37%

R = 36.31%
G = 26.33%
B = 37.37%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB7CB0 (or 0xAB7CB0) is known color: London Hue. HEX triplet: AB, 7C and B0. RGB value is (171,124,176). Sum of RGB (Red+Green+Blue) = 171+124+176=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB7CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7CB0 is #54834F. Grayscale: #8F8F8F. Windows color (decimal): -5538640 or 11566251. OLE color: 11566251.

HSL color Cylindrical-coordinate representation of color #AB7CB0: hue angle of 294.23º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB7CB0 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 124 176 -
CMYK 0.03 0.30 0 0.31
HSL 294.23º 0.25% 0.59% -
HSV(B) 294.23º 0.3% 0.69% -
XYZ 31.84 26.21 44.45 -
YUV 143.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 171 124 176 0.03 0.30 0 0.31 294.23 0.25 0.59
Hex AB 7C B0 3 1E 0 1F 126 19 3B
Octal 253 174 260 3 36 0 37 446 31 73
Binary 10101011 1111100 10110000 11 11110 0 11111 100100110 11001 111011

Color Harmonies of #AB7CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7CB0

Black with #AB7CB0

Text Example


Text Example

White with #AB7CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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