Html Css Color HEX #AF8AAA London Hue

📋 copy color: '#AF8AAA'

red 175 ◦ green 138 ◦ blue 170

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

Shades of London Hue #AF8AAA

Tints of London Hue #AF8AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.57%

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

R = 36.23%
G = 28.57%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF8AAA (or 0xAF8AAA) is known color: London Hue. HEX triplet: AF, 8A and AA. RGB value is (175,138,170). Sum of RGB (Red+Green+Blue) = 175+138+170=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AAA is #507555. Grayscale: #989898. Windows color (decimal): -5272918 or 11176623. OLE color: 11176623.

HSL color Cylindrical-coordinate representation of color #AF8AAA: hue angle of 308.11º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8AAA is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 138 170 -
CMYK 0 0.21 0.03 0.31
HSL 308.11º 0.19% 0.61% -
HSV(B) 308.11º 0.21% 0.69% -
XYZ 34.02 30.19 42.06 -
YUV 152.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 175 138 170 0 0.21 0.03 0.31 308.11 0.19 0.61
Hex AF 8A AA 0 15 3 1F 134 13 3D
Octal 257 212 252 0 25 3 37 464 23 75
Binary 10101111 10001010 10101010 0 10101 11 11111 100110100 10011 111101

Color Harmonies of #AF8AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AAA

Black with #AF8AAA

Text Example


Text Example

White with #AF8AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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