Html Css Color HEX #AF77AF London Hue

📋 copy color: '#AF77AF'

red 175 ◦ green 119 ◦ blue 175

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

Shades of London Hue #AF77AF

Tints of London Hue #AF77AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 37.31%
G = 25.37%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF77AF (or 0xAF77AF) is known color: London Hue. HEX triplet: AF, 77 and AF. RGB value is (175,119,175). Sum of RGB (Red+Green+Blue) = 175+119+175=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF77AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF77AF is #508850. Grayscale: #8D8D8D. Windows color (decimal): -5277777 or 11499439. OLE color: 11499439.

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

Color convert

RGB 175 119 175 -
CMYK 0 0.32 0 0.31
HSL 300º 0.26% 0.58% -
HSV(B) 300º 0.32% 0.69% -
XYZ 32.01 25.4 43.77 -
YUV 142.13 146.55 151.45 -
System Red Green Blue C M Y K H S L
Decimal 175 119 175 0 0.32 0 0.31 300 0.26 0.58
Hex AF 77 AF 0 20 0 1F 12C 1A 3A
Octal 257 167 257 0 40 0 37 454 32 72
Binary 10101111 1110111 10101111 0 100000 0 11111 100101100 11010 111010

Color Harmonies of #AF77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77AF

Black with #AF77AF

Text Example


Text Example

White with #AF77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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