Html Css Color HEX #AF82AB London Hue

📋 copy color: '#AF82AB'

red 175 ◦ green 130 ◦ blue 171

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

Shades of London Hue #AF82AB

Tints of London Hue #AF82AB

RGB

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

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

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

R = 36.76%
G = 27.31%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF82AB (or 0xAF82AB) is known color: London Hue. HEX triplet: AF, 82 and AB. RGB value is (175,130,171). Sum of RGB (Red+Green+Blue) = 175+130+171=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF82AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF82AB is #507D54. Grayscale: #949494. Windows color (decimal): -5274965 or 11240111. OLE color: 11240111.

HSL color Cylindrical-coordinate representation of color #AF82AB: hue angle of 305.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 #AF82AB is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 130 171 -
CMYK 0 0.26 0.02 0.31
HSL 305.33º 0.22% 0.6% -
HSV(B) 305.33º 0.26% 0.69% -
XYZ 33.01 28.02 42.2 -
YUV 148.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 175 130 171 0 0.26 0.02 0.31 305.33 0.22 0.6
Hex AF 82 AB 0 1A 2 1F 131 16 3C
Octal 257 202 253 0 32 2 37 461 26 74
Binary 10101111 10000010 10101011 0 11010 10 11111 100110001 10110 111100

Color Harmonies of #AF82AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82AB

Black with #AF82AB

Text Example


Text Example

White with #AF82AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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