Html Css Color HEX #AF82AA London Hue

📋 copy color: '#AF82AA'

red 175 ◦ green 130 ◦ blue 170

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

Shades of London Hue #AF82AA

Tints of London Hue #AF82AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.37%

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

R = 36.84%
G = 27.37%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF82AA (or 0xAF82AA) is known color: London Hue. HEX triplet: AF, 82 and AA. RGB value is (175,130,170). Sum of RGB (Red+Green+Blue) = 175+130+170=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF82AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF82AA is #507D55. Grayscale: #939393. Windows color (decimal): -5274966 or 11174575. OLE color: 11174575.

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

Color convert

RGB 175 130 170 -
CMYK 0 0.26 0.03 0.31
HSL 306.67º 0.22% 0.6% -
HSV(B) 306.67º 0.26% 0.69% -
XYZ 32.92 27.98 41.7 -
YUV 148.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 175 130 170 0 0.26 0.03 0.31 306.67 0.22 0.6
Hex AF 82 AA 0 1A 3 1F 133 16 3C
Octal 257 202 252 0 32 3 37 463 26 74
Binary 10101111 10000010 10101010 0 11010 11 11111 100110011 10110 111100

Color Harmonies of #AF82AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82AA

Black with #AF82AA

Text Example


Text Example

White with #AF82AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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