Html Css Color HEX #A585C2 East Side

📋 copy color: '#A585C2'

red 165 ◦ green 133 ◦ blue 194

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

Shades of East Side #A585C2

Tints of East Side #A585C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.43%

R = 33.54%
G = 27.03%
B = 39.43%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A585C2 (or 0xA585C2) is known color: East Side. HEX triplet: A5, 85 and C2. RGB value is (165,133,194). Sum of RGB (Red+Green+Blue) = 165+133+194=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 194 - color contains mainly: blue. Hex color #A585C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585C2 is #5A7A3D. Grayscale: #959595. Windows color (decimal): -5929534 or 12748197. OLE color: 12748197.

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

Color convert

RGB 165 133 194 -
CMYK 0.15 0.31 0 0.24
HSL 271.48º 0.33% 0.64% -
HSV(B) 271.48º 0.31% 0.76% -
XYZ 33.64 28.67 54.8 -
YUV 149.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 165 133 194 0.15 0.31 0 0.24 271.48 0.33 0.64
Hex A5 85 C2 F 1F 0 18 10F 21 40
Octal 245 205 302 17 37 0 30 417 41 100
Binary 10100101 10000101 11000010 1111 11111 0 11000 100001111 100001 1000000

Color Harmonies of #A585C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585C2

Black with #A585C2

Text Example


Text Example

White with #A585C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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