Html Css Color HEX #A584C2 East Side

📋 copy color: '#A584C2'

red 165 ◦ green 132 ◦ blue 194

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

Shades of East Side #A584C2

Tints of East Side #A584C2

RGB

 RED value IS 165 (64.84% from 255) = 33.6%

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

 BLUE value IS 194 (76.17% from 255) = 39.51%

R = 33.6%
G = 26.88%
B = 39.51%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A584C2 (or 0xA584C2) is known color: East Side. HEX triplet: A5, 84 and C2. RGB value is (165,132,194). Sum of RGB (Red+Green+Blue) = 165+132+194=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 194 - color contains mainly: blue. Hex color #A584C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584C2 is #5A7B3D. Grayscale: #949494. Windows color (decimal): -5929790 or 12747941. OLE color: 12747941.

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

Color convert

RGB 165 132 194 -
CMYK 0.15 0.32 0 0.24
HSL 271.94º 0.34% 0.64% -
HSV(B) 271.94º 0.32% 0.76% -
XYZ 33.51 28.4 54.75 -
YUV 148.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 165 132 194 0.15 0.32 0 0.24 271.94 0.34 0.64
Hex A5 84 C2 F 20 0 18 110 22 40
Octal 245 204 302 17 40 0 30 420 42 100
Binary 10100101 10000100 11000010 1111 100000 0 11000 100010000 100010 1000000

Color Harmonies of #A584C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584C2

Black with #A584C2

Text Example


Text Example

White with #A584C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584C2; }

 p { color: rgb(165,132,194); }

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

background-color css

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

 a { background-color: rgb(165,132,194); }

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

border-color css

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

 span { border-color: rgb(165,132,194); }

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