Html Css Color HEX #AF7CAE London Hue

📋 copy color: '#AF7CAE'

red 175 ◦ green 124 ◦ blue 174

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

Shades of London Hue #AF7CAE

Tints of London Hue #AF7CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.22%

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

R = 37%
G = 26.22%
B = 36.79%

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

#AF7CAE (or 0xAF7CAE) is known color: London Hue. HEX triplet: AF, 7C and AE. RGB value is (175,124,174). Sum of RGB (Red+Green+Blue) = 175+124+174=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7CAE is #508351. Grayscale: #909090. Windows color (decimal): -5276498 or 11435183. OLE color: 11435183.

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

Color convert

RGB 175 124 174 -
CMYK 0 0.29 0.01 0.31
HSL 301.18º 0.24% 0.59% -
HSV(B) 301.18º 0.29% 0.69% -
XYZ 32.53 26.59 43.46 -
YUV 144.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 175 124 174 0 0.29 0.01 0.31 301.18 0.24 0.59
Hex AF 7C AE 0 1D 1 1F 12D 18 3B
Octal 257 174 256 0 35 1 37 455 30 73
Binary 10101111 1111100 10101110 0 11101 1 11111 100101101 11000 111011

Color Harmonies of #AF7CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CAE

Black with #AF7CAE

Text Example


Text Example

White with #AF7CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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