Html Css Color HEX #AB82A6 London Hue

📋 copy color: '#AB82A6'

red 171 ◦ green 130 ◦ blue 166

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

Shades of London Hue #AB82A6

Tints of London Hue #AB82A6

RGB

 RED value IS 171 (67.19% from 255) = 36.62%

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

 BLUE value IS 166 (65.23% from 255) = 35.55%

R = 36.62%
G = 27.84%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AB82A6 (or 0xAB82A6) is known color: London Hue. HEX triplet: AB, 82 and A6. RGB value is (171,130,166). Sum of RGB (Red+Green+Blue) = 171+130+166=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #AB82A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB82A6 is #547D59. Grayscale: #929292. Windows color (decimal): -5537114 or 10912427. OLE color: 10912427.

HSL color Cylindrical-coordinate representation of color #AB82A6: hue angle of 307.32º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB82A6 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 130 166 -
CMYK 0 0.24 0.03 0.33
HSL 307.32º 0.2% 0.59% -
HSV(B) 307.32º 0.24% 0.67% -
XYZ 31.66 27.38 39.69 -
YUV 146.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 171 130 166 0 0.24 0.03 0.33 307.32 0.2 0.59
Hex AB 82 A6 0 18 3 21 133 14 3B
Octal 253 202 246 0 30 3 41 463 24 73
Binary 10101011 10000010 10100110 0 11000 11 100001 100110011 10100 111011

Color Harmonies of #AB82A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82A6

Black with #AB82A6

Text Example


Text Example

White with #AB82A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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