Html Css Color HEX #A983B4 East Side

📋 copy color: '#A983B4'

red 169 ◦ green 131 ◦ blue 180

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

Shades of East Side #A983B4

Tints of East Side #A983B4

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.29%

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

R = 35.21%
G = 27.29%
B = 37.5%

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

#A983B4 (or 0xA983B4) is known color: East Side. HEX triplet: A9, 83 and B4. RGB value is (169,131,180). Sum of RGB (Red+Green+Blue) = 169+131+180=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 180 - color contains mainly: blue. Hex color #A983B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983B4 is #567C4B. Grayscale: #939393. Windows color (decimal): -5667916 or 11830185. OLE color: 11830185.

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

Color convert

RGB 169 131 180 -
CMYK 0.06 0.27 0 0.29
HSL 286.53º 0.25% 0.61% -
HSV(B) 286.53º 0.27% 0.71% -
XYZ 32.72 27.96 46.85 -
YUV 147.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 169 131 180 0.06 0.27 0 0.29 286.53 0.25 0.61
Hex A9 83 B4 6 1B 0 1D 11F 19 3D
Octal 251 203 264 6 33 0 35 437 31 75
Binary 10101001 10000011 10110100 110 11011 0 11101 100011111 11001 111101

Color Harmonies of #A983B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A983B4

Black with #A983B4

Text Example


Text Example

White with #A983B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A983B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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