Html Css Color HEX #AB85BF East Side

📋 copy color: '#AB85BF'

red 171 ◦ green 133 ◦ blue 191

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

Shades of East Side #AB85BF

Tints of East Side #AB85BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.59%

R = 34.55%
G = 26.87%
B = 38.59%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB85BF (or 0xAB85BF) is known color: East Side. HEX triplet: AB, 85 and BF. RGB value is (171,133,191). Sum of RGB (Red+Green+Blue) = 171+133+191=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85BF is #547A40. Grayscale: #969696. Windows color (decimal): -5536321 or 12551595. OLE color: 12551595.

HSL color Cylindrical-coordinate representation of color #AB85BF: hue angle of 279.31º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB85BF is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 133 191 -
CMYK 0.10 0.30 0 0.25
HSL 279.31º 0.31% 0.64% -
HSV(B) 279.31º 0.3% 0.75% -
XYZ 34.59 29.19 53.1 -
YUV 150.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 171 133 191 0.10 0.30 0 0.25 279.31 0.31 0.64
Hex AB 85 BF A 1E 0 19 117 1F 40
Octal 253 205 277 12 36 0 31 427 37 100
Binary 10101011 10000101 10111111 1010 11110 0 11001 100010111 11111 1000000

Color Harmonies of #AB85BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB85BF

Black with #AB85BF

Text Example


Text Example

White with #AB85BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB85BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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