Html Css Color HEX #AF7CAC London Hue

📋 copy color: '#AF7CAC'

red 175 ◦ green 124 ◦ blue 172

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

Shades of London Hue #AF7CAC

Tints of London Hue #AF7CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.52%

R = 37.15%
G = 26.33%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF7CAC (or 0xAF7CAC) is known color: London Hue. HEX triplet: AF, 7C and AC. RGB value is (175,124,172). Sum of RGB (Red+Green+Blue) = 175+124+172=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7CAC is #508353. Grayscale: #909090. Windows color (decimal): -5276500 or 11304111. OLE color: 11304111.

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

Color convert

RGB 175 124 172 -
CMYK 0 0.29 0.02 0.31
HSL 303.53º 0.24% 0.59% -
HSV(B) 303.53º 0.29% 0.69% -
XYZ 32.33 26.51 42.44 -
YUV 144.72 143.4 149.6 -
System Red Green Blue C M Y K H S L
Decimal 175 124 172 0 0.29 0.02 0.31 303.53 0.24 0.59
Hex AF 7C AC 0 1D 2 1F 130 18 3B
Octal 257 174 254 0 35 2 37 460 30 73
Binary 10101111 1111100 10101100 0 11101 10 11111 100110000 11000 111011

Color Harmonies of #AF7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CAC

Black with #AF7CAC

Text Example


Text Example

White with #AF7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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