Html Css Color HEX #AB85AB London Hue

📋 copy color: '#AB85AB'

red 171 ◦ green 133 ◦ blue 171

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

Shades of London Hue #AB85AB

Tints of London Hue #AB85AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28%

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

R = 36%
G = 28%
B = 36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB85AB (or 0xAB85AB) is known color: London Hue. HEX triplet: AB, 85 and AB. RGB value is (171,133,171). Sum of RGB (Red+Green+Blue) = 171+133+171=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB85AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB85AB is #547A54. Grayscale: #949494. Windows color (decimal): -5536341 or 11240875. OLE color: 11240875.

HSL color Cylindrical-coordinate representation of color #AB85AB: hue angle of 300º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB85AB is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 133 171 -
CMYK 0 0.22 0 0.33
HSL 300º 0.18% 0.6% -
HSV(B) 300º 0.22% 0.67% -
XYZ 32.53 28.37 42.29 -
YUV 148.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 171 133 171 0 0.22 0 0.33 300 0.18 0.6
Hex AB 85 AB 0 16 0 21 12C 12 3C
Octal 253 205 253 0 26 0 41 454 22 74
Binary 10101011 10000101 10101011 0 10110 0 100001 100101100 10010 111100

Color Harmonies of #AB85AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85AB

Black with #AB85AB

Text Example


Text Example

White with #AB85AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85AB; }

 p { color: rgb(171,133,171); }

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

background-color css

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

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

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

border-color css

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

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

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