Html Css Color HEX #AF7AAA London Hue

📋 copy color: '#AF7AAA'

red 175 ◦ green 122 ◦ blue 170

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

Shades of London Hue #AF7AAA

Tints of London Hue #AF7AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.12%

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

R = 37.47%
G = 26.12%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF7AAA (or 0xAF7AAA) is known color: London Hue. HEX triplet: AF, 7A and AA. RGB value is (175,122,170). Sum of RGB (Red+Green+Blue) = 175+122+170=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7AAA is #508555. Grayscale: #8F8F8F. Windows color (decimal): -5277014 or 11172527. OLE color: 11172527.

HSL color Cylindrical-coordinate representation of color #AF7AAA: hue angle of 305.66º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7AAA is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 122 170 -
CMYK 0 0.30 0.03 0.31
HSL 305.66º 0.25% 0.58% -
HSV(B) 305.66º 0.3% 0.69% -
XYZ 31.89 25.94 41.36 -
YUV 143.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 175 122 170 0 0.30 0.03 0.31 305.66 0.25 0.58
Hex AF 7A AA 0 1E 3 1F 132 19 3A
Octal 257 172 252 0 36 3 37 462 31 72
Binary 10101111 1111010 10101010 0 11110 11 11111 100110010 11001 111010

Color Harmonies of #AF7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AAA

Black with #AF7AAA

Text Example


Text Example

White with #AF7AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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