Html Css Color HEX #AF7EAA London Hue

📋 copy color: '#AF7EAA'

red 175 ◦ green 126 ◦ blue 170

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

Shades of London Hue #AF7EAA

Tints of London Hue #AF7EAA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.75%

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

R = 37.15%
G = 26.75%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF7EAA (or 0xAF7EAA) is known color: London Hue. HEX triplet: AF, 7E and AA. RGB value is (175,126,170). Sum of RGB (Red+Green+Blue) = 175+126+170=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7EAA is #508155. Grayscale: #919191. Windows color (decimal): -5275990 or 11173551. OLE color: 11173551.

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

Color convert

RGB 175 126 170 -
CMYK 0 0.28 0.03 0.31
HSL 306.12º 0.23% 0.59% -
HSV(B) 306.12º 0.28% 0.69% -
XYZ 32.4 26.94 41.52 -
YUV 145.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 175 126 170 0 0.28 0.03 0.31 306.12 0.23 0.59
Hex AF 7E AA 0 1C 3 1F 132 17 3B
Octal 257 176 252 0 34 3 37 462 27 73
Binary 10101111 1111110 10101010 0 11100 11 11111 100110010 10111 111011

Color Harmonies of #AF7EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EAA

Black with #AF7EAA

Text Example


Text Example

White with #AF7EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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