Html Css Color HEX #AF7DAE London Hue

📋 copy color: '#AF7DAE'

red 175 ◦ green 125 ◦ blue 174

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

Shades of London Hue #AF7DAE

Tints of London Hue #AF7DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.37%

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

R = 36.92%
G = 26.37%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF7DAE (or 0xAF7DAE) is known color: London Hue. HEX triplet: AF, 7D and AE. RGB value is (175,125,174). Sum of RGB (Red+Green+Blue) = 175+125+174=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DAE is #508251. Grayscale: #919191. Windows color (decimal): -5276242 or 11435439. OLE color: 11435439.

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

Color convert

RGB 175 125 174 -
CMYK 0 0.29 0.01 0.31
HSL 301.2º 0.24% 0.59% -
HSV(B) 301.2º 0.29% 0.69% -
XYZ 32.65 26.84 43.5 -
YUV 145.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 175 125 174 0 0.29 0.01 0.31 301.2 0.24 0.59
Hex AF 7D AE 0 1D 1 1F 12D 18 3B
Octal 257 175 256 0 35 1 37 455 30 73
Binary 10101111 1111101 10101110 0 11101 1 11111 100101101 11000 111011

Color Harmonies of #AF7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DAE

Black with #AF7DAE

Text Example


Text Example

White with #AF7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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