Html Css Color HEX #AF7BAE London Hue

📋 copy color: '#AF7BAE'

red 175 ◦ green 123 ◦ blue 174

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

Shades of London Hue #AF7BAE

Tints of London Hue #AF7BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 36.86%

R = 37.08%
G = 26.06%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF7BAE (or 0xAF7BAE) is known color: London Hue. HEX triplet: AF, 7B and AE. RGB value is (175,123,174). Sum of RGB (Red+Green+Blue) = 175+123+174=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BAE is #508451. Grayscale: #909090. Windows color (decimal): -5276754 or 11434927. OLE color: 11434927.

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

Color convert

RGB 175 123 174 -
CMYK 0 0.30 0.01 0.31
HSL 301.15º 0.25% 0.58% -
HSV(B) 301.15º 0.3% 0.69% -
XYZ 32.4 26.34 43.42 -
YUV 144.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 175 123 174 0 0.30 0.01 0.31 301.15 0.25 0.58
Hex AF 7B AE 0 1E 1 1F 12D 19 3A
Octal 257 173 256 0 36 1 37 455 31 72
Binary 10101111 1111011 10101110 0 11110 1 11111 100101101 11001 111010

Color Harmonies of #AF7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BAE

Black with #AF7BAE

Text Example


Text Example

White with #AF7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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