Html Css Color HEX #AF7EAC London Hue

📋 copy color: '#AF7EAC'

red 175 ◦ green 126 ◦ blue 172

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

Shades of London Hue #AF7EAC

Tints of London Hue #AF7EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

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

R = 37%
G = 26.64%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF7EAC (or 0xAF7EAC) is known color: London Hue. HEX triplet: AF, 7E and AC. RGB value is (175,126,172). Sum of RGB (Red+Green+Blue) = 175+126+172=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7EAC is #508153. Grayscale: #919191. Windows color (decimal): -5275988 or 11304623. OLE color: 11304623.

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

Color convert

RGB 175 126 172 -
CMYK 0 0.28 0.02 0.31
HSL 303.67º 0.23% 0.59% -
HSV(B) 303.67º 0.28% 0.69% -
XYZ 32.59 27.01 42.53 -
YUV 145.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 175 126 172 0 0.28 0.02 0.31 303.67 0.23 0.59
Hex AF 7E AC 0 1C 2 1F 130 17 3B
Octal 257 176 254 0 34 2 37 460 27 73
Binary 10101111 1111110 10101100 0 11100 10 11111 100110000 10111 111011

Color Harmonies of #AF7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7EAC

Black with #AF7EAC

Text Example


Text Example

White with #AF7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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