Html Css Color HEX #AF84AD London Hue

📋 copy color: '#AF84AD'

red 175 ◦ green 132 ◦ blue 173

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

Shades of London Hue #AF84AD

Tints of London Hue #AF84AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.04%

R = 36.46%
G = 27.5%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF84AD (or 0xAF84AD) is known color: London Hue. HEX triplet: AF, 84 and AD. RGB value is (175,132,173). Sum of RGB (Red+Green+Blue) = 175+132+173=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AF84AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF84AD is #507B52. Grayscale: #959595. Windows color (decimal): -5274451 or 11371695. OLE color: 11371695.

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

Color convert

RGB 175 132 173 -
CMYK 0 0.25 0.01 0.31
HSL 302.79º 0.21% 0.6% -
HSV(B) 302.79º 0.25% 0.69% -
XYZ 33.47 28.63 43.3 -
YUV 149.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 175 132 173 0 0.25 0.01 0.31 302.79 0.21 0.6
Hex AF 84 AD 0 19 1 1F 12F 15 3C
Octal 257 204 255 0 31 1 37 457 25 74
Binary 10101111 10000100 10101101 0 11001 1 11111 100101111 10101 111100

Color Harmonies of #AF84AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84AD

Black with #AF84AD

Text Example


Text Example

White with #AF84AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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