Html Css Color HEX #A585BA East Side

📋 copy color: '#A585BA'

red 165 ◦ green 133 ◦ blue 186

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

Shades of East Side #A585BA

Tints of East Side #A585BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.48%

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 34.09%
G = 27.48%
B = 38.43%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A585BA (or 0xA585BA) is known color: East Side. HEX triplet: A5, 85 and BA. RGB value is (165,133,186). Sum of RGB (Red+Green+Blue) = 165+133+186=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #A585BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585BA is #5A7A45. Grayscale: #949494. Windows color (decimal): -5929542 or 12223909. OLE color: 12223909.

HSL color Cylindrical-coordinate representation of color #A585BA: hue angle of 276.23º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A585BA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 133 186 -
CMYK 0.11 0.28 0 0.27
HSL 276.23º 0.28% 0.63% -
HSV(B) 276.23º 0.28% 0.73% -
XYZ 32.77 28.32 50.19 -
YUV 148.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 165 133 186 0.11 0.28 0 0.27 276.23 0.28 0.63
Hex A5 85 BA B 1C 0 1B 114 1C 3F
Octal 245 205 272 13 34 0 33 424 34 77
Binary 10100101 10000101 10111010 1011 11100 0 11011 100010100 11100 111111

Color Harmonies of #A585BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585BA

Black with #A585BA

Text Example


Text Example

White with #A585BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585BA; }

 p { color: rgb(165,133,186); }

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

background-color css

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

 a { background-color: rgb(165,133,186); }

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

border-color css

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

 span { border-color: rgb(165,133,186); }

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