Html Css Color HEX #A585BD East Side

📋 copy color: '#A585BD'

red 165 ◦ green 133 ◦ blue 189

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

Shades of East Side #A585BD

Tints of East Side #A585BD

RGB

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

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

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

R = 33.88%
G = 27.31%
B = 38.81%

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

#A585BD (or 0xA585BD) is known color: East Side. HEX triplet: A5, 85 and BD. RGB value is (165,133,189). Sum of RGB (Red+Green+Blue) = 165+133+189=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #A585BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585BD is #5A7A42. Grayscale: #949494. Windows color (decimal): -5929539 or 12420517. OLE color: 12420517.

HSL color Cylindrical-coordinate representation of color #A585BD: hue angle of 274.29º 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 #A585BD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 133 189 -
CMYK 0.13 0.30 0 0.26
HSL 274.29º 0.3% 0.63% -
HSV(B) 274.29º 0.3% 0.74% -
XYZ 33.09 28.45 51.89 -
YUV 148.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 165 133 189 0.13 0.30 0 0.26 274.29 0.3 0.63
Hex A5 85 BD D 1E 0 1A 112 1E 3F
Octal 245 205 275 15 36 0 32 422 36 77
Binary 10100101 10000101 10111101 1101 11110 0 11010 100010010 11110 111111

Color Harmonies of #A585BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585BD

Black with #A585BD

Text Example


Text Example

White with #A585BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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