Html Css Color HEX #A590BC East Side

📋 copy color: '#A590BC'

red 165 ◦ green 144 ◦ blue 188

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

Shades of East Side #A590BC

Tints of East Side #A590BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.97%

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 33.2%
G = 28.97%
B = 37.83%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A590BC (or 0xA590BC) is known color: East Side. HEX triplet: A5, 90 and BC. RGB value is (165,144,188). Sum of RGB (Red+Green+Blue) = 165+144+188=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #A590BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590BC is #5A6F43. Grayscale: #9B9B9B. Windows color (decimal): -5926724 or 12357797. OLE color: 12357797.

HSL color Cylindrical-coordinate representation of color #A590BC: hue angle of 268.64º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A590BC is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 144 188 -
CMYK 0.12 0.23 0 0.26
HSL 268.64º 0.25% 0.65% -
HSV(B) 268.64º 0.23% 0.74% -
XYZ 34.57 31.58 51.85 -
YUV 155.3 146.46 134.92 -
System Red Green Blue C M Y K H S L
Decimal 165 144 188 0.12 0.23 0 0.26 268.64 0.25 0.65
Hex A5 90 BC C 17 0 1A 10D 19 41
Octal 245 220 274 14 27 0 32 415 31 101
Binary 10100101 10010000 10111100 1100 10111 0 11010 100001101 11001 1000001

Color Harmonies of #A590BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590BC

Black with #A590BC

Text Example


Text Example

White with #A590BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590BC; }

 p { color: rgb(165,144,188); }

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

background-color css

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

 a { background-color: rgb(165,144,188); }

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

border-color css

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

 span { border-color: rgb(165,144,188); }

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