Html Css Color HEX #A384C1 East Side

📋 copy color: '#A384C1'

red 163 ◦ green 132 ◦ blue 193

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

Shades of East Side #A384C1

Tints of East Side #A384C1

RGB

 RED value IS 163 (64.06% from 255) = 33.4%

 GREEN value IS 132 (51.95% from 255) = 27.05%

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

R = 33.4%
G = 27.05%
B = 39.55%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A384C1 (or 0xA384C1) is known color: East Side. HEX triplet: A3, 84 and C1. RGB value is (163,132,193). Sum of RGB (Red+Green+Blue) = 163+132+193=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #A384C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A384C1 is #5C7B3E. Grayscale: #949494. Windows color (decimal): -6060863 or 12682403. OLE color: 12682403.

HSL color Cylindrical-coordinate representation of color #A384C1: hue angle of 270.49º 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 #A384C1 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 132 193 -
CMYK 0.16 0.32 0 0.24
HSL 270.49º 0.33% 0.64% -
HSV(B) 270.49º 0.32% 0.76% -
XYZ 32.98 28.14 54.15 -
YUV 148.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 163 132 193 0.16 0.32 0 0.24 270.49 0.33 0.64
Hex A3 84 C1 10 20 0 18 10E 21 40
Octal 243 204 301 20 40 0 30 416 41 100
Binary 10100011 10000100 11000001 10000 100000 0 11000 100001110 100001 1000000

Color Harmonies of #A384C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A384C1

Black with #A384C1

Text Example


Text Example

White with #A384C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A384C1; }

 p { color: rgb(163,132,193); }

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

background-color css

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

 a { background-color: rgb(163,132,193); }

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

border-color css

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

 span { border-color: rgb(163,132,193); }

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