Html Css Color HEX #AF7DAB London Hue

📋 copy color: '#AF7DAB'

red 175 ◦ green 125 ◦ blue 171

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

Shades of London Hue #AF7DAB

Tints of London Hue #AF7DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 37.15%
G = 26.54%
B = 36.31%

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

#AF7DAB (or 0xAF7DAB) is known color: London Hue. HEX triplet: AF, 7D and AB. RGB value is (175,125,171). Sum of RGB (Red+Green+Blue) = 175+125+171=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DAB is #508254. Grayscale: #919191. Windows color (decimal): -5276245 or 11238831. OLE color: 11238831.

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

Color convert

RGB 175 125 171 -
CMYK 0 0.29 0.02 0.31
HSL 304.8º 0.24% 0.59% -
HSV(B) 304.8º 0.29% 0.69% -
XYZ 32.36 26.72 41.98 -
YUV 145.19 142.57 149.26 -
System Red Green Blue C M Y K H S L
Decimal 175 125 171 0 0.29 0.02 0.31 304.8 0.24 0.59
Hex AF 7D AB 0 1D 2 1F 131 18 3B
Octal 257 175 253 0 35 2 37 461 30 73
Binary 10101111 1111101 10101011 0 11101 10 11111 100110001 11000 111011

Color Harmonies of #AF7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DAB

Black with #AF7DAB

Text Example


Text Example

White with #AF7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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