Html Css Color HEX #AB7FAF London Hue

📋 copy color: '#AB7FAF'

red 171 ◦ green 127 ◦ blue 175

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

Shades of London Hue #AB7FAF

Tints of London Hue #AB7FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 26.85%

 BLUE value IS 175 (68.75% from 255) = 37%

R = 36.15%
G = 26.85%
B = 37%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB7FAF (or 0xAB7FAF) is known color: London Hue. HEX triplet: AB, 7F and AF. RGB value is (171,127,175). Sum of RGB (Red+Green+Blue) = 171+127+175=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB7FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7FAF is #548050. Grayscale: #919191. Windows color (decimal): -5537873 or 11501483. OLE color: 11501483.

HSL color Cylindrical-coordinate representation of color #AB7FAF: hue angle of 295º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7FAF is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 127 175 -
CMYK 0.02 0.27 0 0.31
HSL 295º 0.23% 0.59% -
HSV(B) 295º 0.27% 0.69% -
XYZ 32.12 26.93 44.06 -
YUV 145.63 144.58 146.1 -
System Red Green Blue C M Y K H S L
Decimal 171 127 175 0.02 0.27 0 0.31 295 0.23 0.59
Hex AB 7F AF 2 1B 0 1F 127 17 3B
Octal 253 177 257 2 33 0 37 447 27 73
Binary 10101011 1111111 10101111 10 11011 0 11111 100100111 10111 111011

Color Harmonies of #AB7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7FAF

Black with #AB7FAF

Text Example


Text Example

White with #AB7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7FAF; }

 p { color: rgb(171,127,175); }

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

background-color css

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

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

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

border-color css

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

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

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