Html Css Color HEX #AF77AB London Hue

📋 copy color: '#AF77AB'

red 175 ◦ green 119 ◦ blue 171

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

Shades of London Hue #AF77AB

Tints of London Hue #AF77AB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.59%

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

R = 37.63%
G = 25.59%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF77AB (or 0xAF77AB) is known color: London Hue. HEX triplet: AF, 77 and AB. RGB value is (175,119,171). Sum of RGB (Red+Green+Blue) = 175+119+171=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF77AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF77AB is #508854. Grayscale: #8D8D8D. Windows color (decimal): -5277781 or 11237295. OLE color: 11237295.

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

Color convert

RGB 175 119 171 -
CMYK 0 0.32 0.02 0.31
HSL 304.29º 0.26% 0.58% -
HSV(B) 304.29º 0.32% 0.69% -
XYZ 31.63 25.25 41.73 -
YUV 141.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 175 119 171 0 0.32 0.02 0.31 304.29 0.26 0.58
Hex AF 77 AB 0 20 2 1F 130 1A 3A
Octal 257 167 253 0 40 2 37 460 32 72
Binary 10101111 1110111 10101011 0 100000 10 11111 100110000 11010 111010

Color Harmonies of #AF77AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77AB

Black with #AF77AB

Text Example


Text Example

White with #AF77AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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