Html Css Color HEX #AF84AB London Hue

📋 copy color: '#AF84AB'

red 175 ◦ green 132 ◦ blue 171

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

Shades of London Hue #AF84AB

Tints of London Hue #AF84AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.62%

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

R = 36.61%
G = 27.62%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF84AB (or 0xAF84AB) is known color: London Hue. HEX triplet: AF, 84 and AB. RGB value is (175,132,171). Sum of RGB (Red+Green+Blue) = 175+132+171=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF84AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF84AB is #507B54. Grayscale: #959595. Windows color (decimal): -5274453 or 11240623. OLE color: 11240623.

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

Color convert

RGB 175 132 171 -
CMYK 0 0.25 0.02 0.31
HSL 305.58º 0.21% 0.6% -
HSV(B) 305.58º 0.25% 0.69% -
XYZ 33.28 28.56 42.29 -
YUV 149.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 175 132 171 0 0.25 0.02 0.31 305.58 0.21 0.6
Hex AF 84 AB 0 19 2 1F 132 15 3C
Octal 257 204 253 0 31 2 37 462 25 74
Binary 10101111 10000100 10101011 0 11001 10 11111 100110010 10101 111100

Color Harmonies of #AF84AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84AB

Black with #AF84AB

Text Example


Text Example

White with #AF84AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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