Html Css Color HEX #AF93AA London Hue

📋 copy color: '#AF93AA'

red 175 ◦ green 147 ◦ blue 170

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

Shades of London Hue #AF93AA

Tints of London Hue #AF93AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 35.57%
G = 29.88%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF93AA (or 0xAF93AA) is known color: London Hue. HEX triplet: AF, 93 and AA. RGB value is (175,147,170). Sum of RGB (Red+Green+Blue) = 175+147+170=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AF93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF93AA is #506C55. Grayscale: #9D9D9D. Windows color (decimal): -5270614 or 11178927. OLE color: 11178927.

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

Color convert

RGB 175 147 170 -
CMYK 0 0.16 0.03 0.31
HSL 310.71º 0.15% 0.63% -
HSV(B) 310.71º 0.16% 0.69% -
XYZ 35.37 32.88 42.51 -
YUV 157.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 175 147 170 0 0.16 0.03 0.31 310.71 0.15 0.63
Hex AF 93 AA 0 10 3 1F 137 F 3F
Octal 257 223 252 0 20 3 37 467 17 77
Binary 10101111 10010011 10101010 0 10000 11 11111 100110111 1111 111111

Color Harmonies of #AF93AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93AA

Black with #AF93AA

Text Example


Text Example

White with #AF93AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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