Html Css Color HEX #AB85BD East Side

📋 copy color: '#AB85BD'

red 171 ◦ green 133 ◦ blue 189

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

Shades of East Side #AB85BD

Tints of East Side #AB85BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.34%

R = 34.69%
G = 26.98%
B = 38.34%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB85BD (or 0xAB85BD) is known color: East Side. HEX triplet: AB, 85 and BD. RGB value is (171,133,189). Sum of RGB (Red+Green+Blue) = 171+133+189=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB85BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85BD is #547A42. Grayscale: #969696. Windows color (decimal): -5536323 or 12420523. OLE color: 12420523.

HSL color Cylindrical-coordinate representation of color #AB85BD: hue angle of 280.71º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB85BD is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 133 189 -
CMYK 0.10 0.30 0 0.26
HSL 280.71º 0.3% 0.63% -
HSV(B) 280.71º 0.3% 0.74% -
XYZ 34.37 29.11 51.95 -
YUV 150.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 171 133 189 0.10 0.30 0 0.26 280.71 0.3 0.63
Hex AB 85 BD A 1E 0 1A 119 1E 3F
Octal 253 205 275 12 36 0 32 431 36 77
Binary 10101011 10000101 10111101 1010 11110 0 11010 100011001 11110 111111

Color Harmonies of #AB85BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85BD

Black with #AB85BD

Text Example


Text Example

White with #AB85BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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