Html Css Color HEX #AB85B5 East Side

📋 copy color: '#AB85B5'

red 171 ◦ green 133 ◦ blue 181

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

Shades of East Side #AB85B5

Tints of East Side #AB85B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.32%

R = 35.26%
G = 27.42%
B = 37.32%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AB85B5 (or 0xAB85B5) is known color: East Side. HEX triplet: AB, 85 and B5. RGB value is (171,133,181). Sum of RGB (Red+Green+Blue) = 171+133+181=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #AB85B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85B5 is #547A4A. Grayscale: #959595. Windows color (decimal): -5536331 or 11896235. OLE color: 11896235.

HSL color Cylindrical-coordinate representation of color #AB85B5: hue angle of 287.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB85B5 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 133 181 -
CMYK 0.06 0.27 0 0.29
HSL 287.5º 0.24% 0.62% -
HSV(B) 287.5º 0.27% 0.71% -
XYZ 33.52 28.77 47.5 -
YUV 149.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 171 133 181 0.06 0.27 0 0.29 287.5 0.24 0.62
Hex AB 85 B5 6 1B 0 1D 120 18 3E
Octal 253 205 265 6 33 0 35 440 30 76
Binary 10101011 10000101 10110101 110 11011 0 11101 100100000 11000 111110

Color Harmonies of #AB85B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85B5

Black with #AB85B5

Text Example


Text Example

White with #AB85B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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