Html Css Color HEX #AF7BAA London Hue

📋 copy color: '#AF7BAA'

red 175 ◦ green 123 ◦ blue 170

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

Shades of London Hue #AF7BAA

Tints of London Hue #AF7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.28%

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

R = 37.39%
G = 26.28%
B = 36.32%

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

#AF7BAA (or 0xAF7BAA) is known color: London Hue. HEX triplet: AF, 7B and AA. RGB value is (175,123,170). Sum of RGB (Red+Green+Blue) = 175+123+170=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BAA is #508455. Grayscale: #8F8F8F. Windows color (decimal): -5276758 or 11172783. OLE color: 11172783.

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

Color convert

RGB 175 123 170 -
CMYK 0 0.30 0.03 0.31
HSL 305.77º 0.25% 0.58% -
HSV(B) 305.77º 0.3% 0.69% -
XYZ 32.02 26.18 41.4 -
YUV 143.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 175 123 170 0 0.30 0.03 0.31 305.77 0.25 0.58
Hex AF 7B AA 0 1E 3 1F 132 19 3A
Octal 257 173 252 0 36 3 37 462 31 72
Binary 10101111 1111011 10101010 0 11110 11 11111 100110010 11001 111010

Color Harmonies of #AF7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BAA

Black with #AF7BAA

Text Example


Text Example

White with #AF7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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