Html Css Color HEX #A585BF East Side

📋 copy color: '#A585BF'

red 165 ◦ green 133 ◦ blue 191

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

Shades of East Side #A585BF

Tints of East Side #A585BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.06%

R = 33.74%
G = 27.2%
B = 39.06%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A585BF (or 0xA585BF) is known color: East Side. HEX triplet: A5, 85 and BF. RGB value is (165,133,191). Sum of RGB (Red+Green+Blue) = 165+133+191=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #A585BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585BF is #5A7A40. Grayscale: #949494. Windows color (decimal): -5929537 or 12551589. OLE color: 12551589.

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

Color convert

RGB 165 133 191 -
CMYK 0.14 0.30 0 0.25
HSL 273.1º 0.31% 0.64% -
HSV(B) 273.1º 0.3% 0.75% -
XYZ 33.31 28.54 53.04 -
YUV 149.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 165 133 191 0.14 0.30 0 0.25 273.1 0.31 0.64
Hex A5 85 BF E 1E 0 19 111 1F 40
Octal 245 205 277 16 36 0 31 421 37 100
Binary 10100101 10000101 10111111 1110 11110 0 11001 100010001 11111 1000000

Color Harmonies of #A585BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585BF

Black with #A585BF

Text Example


Text Example

White with #A585BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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