Html Css Color HEX #AF76B2 London Hue

📋 copy color: '#AF76B2'

red 175 ◦ green 118 ◦ blue 178

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

Shades of London Hue #AF76B2

Tints of London Hue #AF76B2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.05%

 BLUE value IS 178 (69.92% from 255) = 37.79%

R = 37.15%
G = 25.05%
B = 37.79%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF76B2 (or 0xAF76B2) is known color: London Hue. HEX triplet: AF, 76 and B2. RGB value is (175,118,178). Sum of RGB (Red+Green+Blue) = 175+118+178=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF76B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF76B2 is #50894D. Grayscale: #8D8D8D. Windows color (decimal): -5278030 or 11695791. OLE color: 11695791.

HSL color Cylindrical-coordinate representation of color #AF76B2: hue angle of 297º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF76B2 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 118 178 -
CMYK 0.02 0.34 0 0.30
HSL 297º 0.28% 0.58% -
HSV(B) 297º 0.34% 0.7% -
XYZ 32.19 25.29 45.3 -
YUV 141.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 175 118 178 0.02 0.34 0 0.30 297 0.28 0.58
Hex AF 76 B2 2 22 0 1E 129 1C 3A
Octal 257 166 262 2 42 0 36 451 34 72
Binary 10101111 1110110 10110010 10 100010 0 11110 100101001 11100 111010

Color Harmonies of #AF76B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76B2

Black with #AF76B2

Text Example


Text Example

White with #AF76B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76B2; }

 p { color: rgb(175,118,178); }

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

background-color css

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

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

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

border-color css

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

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

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