Html Css Color HEX #A580BB East Side

📋 copy color: '#A580BB'

red 165 ◦ green 128 ◦ blue 187

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

Shades of East Side #A580BB

Tints of East Side #A580BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.67%

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 34.38%
G = 26.67%
B = 38.96%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A580BB (or 0xA580BB) is known color: East Side. HEX triplet: A5, 80 and BB. RGB value is (165,128,187). Sum of RGB (Red+Green+Blue) = 165+128+187=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #A580BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A580BB is #5A7F44. Grayscale: #919191. Windows color (decimal): -5930821 or 12288165. OLE color: 12288165.

HSL color Cylindrical-coordinate representation of color #A580BB: hue angle of 277.63º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A580BB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 128 187 -
CMYK 0.12 0.32 0 0.27
HSL 277.63º 0.3% 0.62% -
HSV(B) 277.63º 0.32% 0.73% -
XYZ 32.21 27.03 50.53 -
YUV 145.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 165 128 187 0.12 0.32 0 0.27 277.63 0.3 0.62
Hex A5 80 BB C 20 0 1B 116 1E 3E
Octal 245 200 273 14 40 0 33 426 36 76
Binary 10100101 10000000 10111011 1100 100000 0 11011 100010110 11110 111110

Color Harmonies of #A580BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A580BB

Black with #A580BB

Text Example


Text Example

White with #A580BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A580BB; }

 p { color: rgb(165,128,187); }

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

background-color css

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

 a { background-color: rgb(165,128,187); }

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

border-color css

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

 span { border-color: rgb(165,128,187); }

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