Html Css Color HEX #A985B3 East Side

📋 copy color: '#A985B3'

red 169 ◦ green 133 ◦ blue 179

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

Shades of East Side #A985B3

Tints of East Side #A985B3

RGB

 RED value IS 169 (66.41% from 255) = 35.14%

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

 BLUE value IS 179 (70.31% from 255) = 37.21%

R = 35.14%
G = 27.65%
B = 37.21%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A985B3 (or 0xA985B3) is known color: East Side. HEX triplet: A9, 85 and B3. RGB value is (169,133,179). Sum of RGB (Red+Green+Blue) = 169+133+179=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #A985B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985B3 is #567A4C. Grayscale: #949494. Windows color (decimal): -5667405 or 11765161. OLE color: 11765161.

HSL color Cylindrical-coordinate representation of color #A985B3: hue angle of 286.96º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A985B3 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 133 179 -
CMYK 0.06 0.26 0 0.30
HSL 286.96º 0.23% 0.61% -
HSV(B) 286.96º 0.26% 0.7% -
XYZ 32.89 28.46 46.41 -
YUV 149.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 169 133 179 0.06 0.26 0 0.30 286.96 0.23 0.61
Hex A9 85 B3 6 1A 0 1E 11F 17 3D
Octal 251 205 263 6 32 0 36 437 27 75
Binary 10101001 10000101 10110011 110 11010 0 11110 100011111 10111 111101

Color Harmonies of #A985B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A985B3

Black with #A985B3

Text Example


Text Example

White with #A985B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A985B3; }

 p { color: rgb(169,133,179); }

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

background-color css

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

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

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

border-color css

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

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

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