Html Css Color HEX #A589C1 East Side

📋 copy color: '#A589C1'

red 165 ◦ green 137 ◦ blue 193

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

Shades of East Side #A589C1

Tints of East Side #A589C1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.68%

 BLUE value IS 193 (75.78% from 255) = 38.99%

R = 33.33%
G = 27.68%
B = 38.99%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A589C1 (or 0xA589C1) is known color: East Side. HEX triplet: A5, 89 and C1. RGB value is (165,137,193). Sum of RGB (Red+Green+Blue) = 165+137+193=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #A589C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A589C1 is #5A763E. Grayscale: #979797. Windows color (decimal): -5928511 or 12683685. OLE color: 12683685.

HSL color Cylindrical-coordinate representation of color #A589C1: hue angle of 270º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A589C1 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 137 193 -
CMYK 0.15 0.29 0 0.24
HSL 270º 0.31% 0.65% -
HSV(B) 270º 0.29% 0.76% -
XYZ 34.09 29.74 54.4 -
YUV 151.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 165 137 193 0.15 0.29 0 0.24 270 0.31 0.65
Hex A5 89 C1 F 1D 0 18 10E 1F 41
Octal 245 211 301 17 35 0 30 416 37 101
Binary 10100101 10001001 11000001 1111 11101 0 11000 100001110 11111 1000001

Color Harmonies of #A589C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A589C1

Black with #A589C1

Text Example


Text Example

White with #A589C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A589C1; }

 p { color: rgb(165,137,193); }

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

background-color css

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

 a { background-color: rgb(165,137,193); }

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

border-color css

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

 span { border-color: rgb(165,137,193); }

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