Html Css Color HEX #A985B4 East Side

📋 copy color: '#A985B4'

red 169 ◦ green 133 ◦ blue 180

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

Shades of East Side #A985B4

Tints of East Side #A985B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 35.06%
G = 27.59%
B = 37.34%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A985B4 (or 0xA985B4) is known color: East Side. HEX triplet: A9, 85 and B4. RGB value is (169,133,180). Sum of RGB (Red+Green+Blue) = 169+133+180=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #A985B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985B4 is #567A4B. Grayscale: #949494. Windows color (decimal): -5667404 or 11830697. OLE color: 11830697.

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

Color convert

RGB 169 133 180 -
CMYK 0.06 0.26 0 0.29
HSL 285.96º 0.24% 0.61% -
HSV(B) 285.96º 0.26% 0.71% -
XYZ 32.99 28.51 46.94 -
YUV 149.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 169 133 180 0.06 0.26 0 0.29 285.96 0.24 0.61
Hex A9 85 B4 6 1A 0 1D 11E 18 3D
Octal 251 205 264 6 32 0 35 436 30 75
Binary 10101001 10000101 10110100 110 11010 0 11101 100011110 11000 111101

Color Harmonies of #A985B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A985B4

Black with #A985B4

Text Example


Text Example

White with #A985B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A985B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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