Html Css Color HEX #A582BE East Side

📋 copy color: '#A582BE'

red 165 ◦ green 130 ◦ blue 190

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

Shades of East Side #A582BE

Tints of East Side #A582BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.8%

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

R = 34.02%
G = 26.8%
B = 39.18%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A582BE (or 0xA582BE) is known color: East Side. HEX triplet: A5, 82 and BE. RGB value is (165,130,190). Sum of RGB (Red+Green+Blue) = 165+130+190=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #A582BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A582BE is #5A7D41. Grayscale: #939393. Windows color (decimal): -5930306 or 12485285. OLE color: 12485285.

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

Color convert

RGB 165 130 190 -
CMYK 0.13 0.32 0 0.25
HSL 275º 0.32% 0.63% -
HSV(B) 275º 0.32% 0.75% -
XYZ 32.79 27.68 52.33 -
YUV 147.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 165 130 190 0.13 0.32 0 0.25 275 0.32 0.63
Hex A5 82 BE D 20 0 19 113 20 3F
Octal 245 202 276 15 40 0 31 423 40 77
Binary 10100101 10000010 10111110 1101 100000 0 11001 100010011 100000 111111

Color Harmonies of #A582BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582BE

Black with #A582BE

Text Example


Text Example

White with #A582BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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