Html Css Color HEX #AF78AB London Hue

📋 copy color: '#AF78AB'

red 175 ◦ green 120 ◦ blue 171

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

Shades of London Hue #AF78AB

Tints of London Hue #AF78AB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.75%

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

R = 37.55%
G = 25.75%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF78AB (or 0xAF78AB) is known color: London Hue. HEX triplet: AF, 78 and AB. RGB value is (175,120,171). Sum of RGB (Red+Green+Blue) = 175+120+171=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF78AB is #508754. Grayscale: #8E8E8E. Windows color (decimal): -5277525 or 11237551. OLE color: 11237551.

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

Color convert

RGB 175 120 171 -
CMYK 0 0.31 0.02 0.31
HSL 304.36º 0.26% 0.58% -
HSV(B) 304.36º 0.31% 0.69% -
XYZ 31.75 25.49 41.77 -
YUV 142.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 175 120 171 0 0.31 0.02 0.31 304.36 0.26 0.58
Hex AF 78 AB 0 1F 2 1F 130 1A 3A
Octal 257 170 253 0 37 2 37 460 32 72
Binary 10101111 1111000 10101011 0 11111 10 11111 100110000 11010 111010

Color Harmonies of #AF78AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF78AB

Black with #AF78AB

Text Example


Text Example

White with #AF78AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF78AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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