Html Css Color HEX #AF7FAE London Hue

📋 copy color: '#AF7FAE'

red 175 ◦ green 127 ◦ blue 174

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

Shades of London Hue #AF7FAE

Tints of London Hue #AF7FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 26.68%

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

R = 36.76%
G = 26.68%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF7FAE (or 0xAF7FAE) is known color: London Hue. HEX triplet: AF, 7F and AE. RGB value is (175,127,174). Sum of RGB (Red+Green+Blue) = 175+127+174=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FAE is #508051. Grayscale: #929292. Windows color (decimal): -5275730 or 11435951. OLE color: 11435951.

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

Color convert

RGB 175 127 174 -
CMYK 0 0.27 0.01 0.31
HSL 301.25º 0.23% 0.59% -
HSV(B) 301.25º 0.27% 0.69% -
XYZ 32.91 27.35 43.59 -
YUV 146.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 175 127 174 0 0.27 0.01 0.31 301.25 0.23 0.59
Hex AF 7F AE 0 1B 1 1F 12D 17 3B
Octal 257 177 256 0 33 1 37 455 27 73
Binary 10101111 1111111 10101110 0 11011 1 11111 100101101 10111 111011

Color Harmonies of #AF7FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FAE

Black with #AF7FAE

Text Example


Text Example

White with #AF7FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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