Html Css Color HEX #A983C1 East Side

📋 copy color: '#A983C1'

red 169 ◦ green 131 ◦ blue 193

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

Shades of East Side #A983C1

Tints of East Side #A983C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.15%

R = 34.28%
G = 26.57%
B = 39.15%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A983C1 (or 0xA983C1) is known color: East Side. HEX triplet: A9, 83 and C1. RGB value is (169,131,193). Sum of RGB (Red+Green+Blue) = 169+131+193=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 193 - color contains mainly: blue. Hex color #A983C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A983C1 is #567C3E. Grayscale: #959595. Windows color (decimal): -5667903 or 12682153. OLE color: 12682153.

HSL color Cylindrical-coordinate representation of color #A983C1: hue angle of 276.77º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A983C1 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 131 193 -
CMYK 0.12 0.32 0 0.24
HSL 276.77º 0.33% 0.64% -
HSV(B) 276.77º 0.32% 0.76% -
XYZ 34.1 28.52 54.16 -
YUV 149.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 169 131 193 0.12 0.32 0 0.24 276.77 0.33 0.64
Hex A9 83 C1 C 20 0 18 115 21 40
Octal 251 203 301 14 40 0 30 425 41 100
Binary 10101001 10000011 11000001 1100 100000 0 11000 100010101 100001 1000000

Color Harmonies of #A983C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A983C1

Black with #A983C1

Text Example


Text Example

White with #A983C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A983C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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