Html Css Color HEX #A584AF East Side

📋 copy color: '#A584AF'

red 165 ◦ green 132 ◦ blue 175

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

Shades of East Side #A584AF

Tints of East Side #A584AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 34.96%
G = 27.97%
B = 37.08%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A584AF (or 0xA584AF) is known color: East Side. HEX triplet: A5, 84 and AF. RGB value is (165,132,175). Sum of RGB (Red+Green+Blue) = 165+132+175=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #A584AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A584AF is #5A7B50. Grayscale: #929292. Windows color (decimal): -5929809 or 11502757. OLE color: 11502757.

HSL color Cylindrical-coordinate representation of color #A584AF: hue angle of 286.05º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A584AF is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 132 175 -
CMYK 0.06 0.25 0 0.31
HSL 286.05º 0.21% 0.6% -
HSV(B) 286.05º 0.25% 0.69% -
XYZ 31.51 27.6 44.22 -
YUV 146.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 165 132 175 0.06 0.25 0 0.31 286.05 0.21 0.6
Hex A5 84 AF 6 19 0 1F 11E 15 3C
Octal 245 204 257 6 31 0 37 436 25 74
Binary 10100101 10000100 10101111 110 11001 0 11111 100011110 10101 111100

Color Harmonies of #A584AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584AF

Black with #A584AF

Text Example


Text Example

White with #A584AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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