Html Css Color HEX #A585BE East Side

📋 copy color: '#A585BE'

red 165 ◦ green 133 ◦ blue 190

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

Shades of East Side #A585BE

Tints of East Side #A585BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 33.81%
G = 27.25%
B = 38.93%

CMYK

 C value IS 0.13

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A585BE (or 0xA585BE) is known color: East Side. HEX triplet: A5, 85 and BE. RGB value is (165,133,190). Sum of RGB (Red+Green+Blue) = 165+133+190=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #A585BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585BE is #5A7A41. Grayscale: #949494. Windows color (decimal): -5929538 or 12486053. OLE color: 12486053.

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

Color convert

RGB 165 133 190 -
CMYK 0.13 0.3 0 0.25
HSL 273.68º 0.3% 0.63% -
HSV(B) 273.68º 0.3% 0.75% -
XYZ 33.2 28.49 52.46 -
YUV 149.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 165 133 190 0.13 0.3 0 0.25 273.68 0.3 0.63
Hex A5 85 BE D 1E 0 19 112 1E 3F
Octal 245 205 276 15 36 0 31 422 36 77
Binary 10100101 10000101 10111110 1101 11110 0 11001 100010010 11110 111111

Color Harmonies of #A585BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585BE

Black with #A585BE

Text Example


Text Example

White with #A585BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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