Html Css Color HEX #AF82A8 London Hue

📋 copy color: '#AF82A8'

red 175 ◦ green 130 ◦ blue 168

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

Shades of London Hue #AF82A8

Tints of London Hue #AF82A8

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.48%

 BLUE value IS 168 (66.02% from 255) = 35.52%

R = 37%
G = 27.48%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF82A8 (or 0xAF82A8) is known color: London Hue. HEX triplet: AF, 82 and A8. RGB value is (175,130,168). Sum of RGB (Red+Green+Blue) = 175+130+168=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF82A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF82A8 is #507D57. Grayscale: #939393. Windows color (decimal): -5274968 or 11043503. OLE color: 11043503.

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

Color convert

RGB 175 130 168 -
CMYK 0 0.26 0.04 0.31
HSL 309.33º 0.22% 0.6% -
HSV(B) 309.33º 0.26% 0.69% -
XYZ 32.73 27.91 40.71 -
YUV 147.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 175 130 168 0 0.26 0.04 0.31 309.33 0.22 0.6
Hex AF 82 A8 0 1A 4 1F 135 16 3C
Octal 257 202 250 0 32 4 37 465 26 74
Binary 10101111 10000010 10101000 0 11010 100 11111 100110101 10110 111100

Color Harmonies of #AF82A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82A8

Black with #AF82A8

Text Example


Text Example

White with #AF82A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82A8; }

 p { color: rgb(175,130,168); }

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

background-color css

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

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

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

border-color css

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

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

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