Html Css Color HEX #A584BD East Side

📋 copy color: '#A584BD'

red 165 ◦ green 132 ◦ blue 189

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

Shades of East Side #A584BD

Tints of East Side #A584BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.89%

R = 33.95%
G = 27.16%
B = 38.89%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A584BD (or 0xA584BD) is known color: East Side. HEX triplet: A5, 84 and BD. RGB value is (165,132,189). Sum of RGB (Red+Green+Blue) = 165+132+189=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #A584BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584BD is #5A7B42. Grayscale: #949494. Windows color (decimal): -5929795 or 12420261. OLE color: 12420261.

HSL color Cylindrical-coordinate representation of color #A584BD: hue angle of 274.74º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A584BD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 132 189 -
CMYK 0.13 0.30 0 0.26
HSL 274.74º 0.3% 0.63% -
HSV(B) 274.74º 0.3% 0.74% -
XYZ 32.95 28.18 51.85 -
YUV 148.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 165 132 189 0.13 0.30 0 0.26 274.74 0.3 0.63
Hex A5 84 BD D 1E 0 1A 113 1E 3F
Octal 245 204 275 15 36 0 32 423 36 77
Binary 10100101 10000100 10111101 1101 11110 0 11010 100010011 11110 111111

Color Harmonies of #A584BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584BD

Black with #A584BD

Text Example


Text Example

White with #A584BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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