Html Css Color HEX #A585B2 East Side

📋 copy color: '#A585B2'

red 165 ◦ green 133 ◦ blue 178

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

Shades of East Side #A585B2

Tints of East Side #A585B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.39%

R = 34.66%
G = 27.94%
B = 37.39%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A585B2 (or 0xA585B2) is known color: East Side. HEX triplet: A5, 85 and B2. RGB value is (165,133,178). Sum of RGB (Red+Green+Blue) = 165+133+178=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 178 - color contains mainly: blue. Hex color #A585B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A585B2 is #5A7A4D. Grayscale: #939393. Windows color (decimal): -5929550 or 11699621. OLE color: 11699621.

HSL color Cylindrical-coordinate representation of color #A585B2: hue angle of 282.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A585B2 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 133 178 -
CMYK 0.07 0.25 0 0.30
HSL 282.67º 0.23% 0.61% -
HSV(B) 282.67º 0.25% 0.7% -
XYZ 31.94 27.99 45.84 -
YUV 147.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 165 133 178 0.07 0.25 0 0.30 282.67 0.23 0.61
Hex A5 85 B2 7 19 0 1E 11B 17 3D
Octal 245 205 262 7 31 0 36 433 27 75
Binary 10100101 10000101 10110010 111 11001 0 11110 100011011 10111 111101

Color Harmonies of #A585B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585B2

Black with #A585B2

Text Example


Text Example

White with #A585B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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