Html Css Color HEX #AF7FAB London Hue

📋 copy color: '#AF7FAB'

red 175 ◦ green 127 ◦ blue 171

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

Shades of London Hue #AF7FAB

Tints of London Hue #AF7FAB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #AF7FAB: hue angle of 305º 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 #AF7FAB is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 127 171 -
CMYK 0 0.27 0.02 0.31
HSL 305º 0.23% 0.59% -
HSV(B) 305º 0.27% 0.69% -
XYZ 32.62 27.23 42.07 -
YUV 146.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 175 127 171 0 0.27 0.02 0.31 305 0.23 0.59
Hex AF 7F AB 0 1B 2 1F 131 17 3B
Octal 257 177 253 0 33 2 37 461 27 73
Binary 10101111 1111111 10101011 0 11011 10 11111 100110001 10111 111011

Color Harmonies of #AF7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FAB

Black with #AF7FAB

Text Example


Text Example

White with #AF7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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