Html Css Color HEX #AF93AB London Hue

📋 copy color: '#AF93AB'

red 175 ◦ green 147 ◦ blue 171

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

Shades of London Hue #AF93AB

Tints of London Hue #AF93AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.82%

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

R = 35.5%
G = 29.82%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF93AB (or 0xAF93AB) is known color: London Hue. HEX triplet: AF, 93 and AB. RGB value is (175,147,171). Sum of RGB (Red+Green+Blue) = 175+147+171=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AF93AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF93AB is #506C54. Grayscale: #9E9E9E. Windows color (decimal): -5270613 or 11244463. OLE color: 11244463.

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

Color convert

RGB 175 147 171 -
CMYK 0 0.16 0.02 0.31
HSL 308.57º 0.15% 0.63% -
HSV(B) 308.57º 0.16% 0.69% -
XYZ 35.46 32.92 43.01 -
YUV 158.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 175 147 171 0 0.16 0.02 0.31 308.57 0.15 0.63
Hex AF 93 AB 0 10 2 1F 135 F 3F
Octal 257 223 253 0 20 2 37 465 17 77
Binary 10101111 10010011 10101011 0 10000 10 11111 100110101 1111 111111

Color Harmonies of #AF93AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93AB

Black with #AF93AB

Text Example


Text Example

White with #AF93AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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