Html Css Color HEX #A585BC East Side

📋 copy color: '#A585BC'

red 165 ◦ green 133 ◦ blue 188

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

Shades of East Side #A585BC

Tints of East Side #A585BC

RGB

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

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

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

R = 33.95%
G = 27.37%
B = 38.68%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A585BC (or 0xA585BC) is known color: East Side. HEX triplet: A5, 85 and BC. RGB value is (165,133,188). Sum of RGB (Red+Green+Blue) = 165+133+188=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #A585BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585BC is #5A7A43. Grayscale: #949494. Windows color (decimal): -5929540 or 12354981. OLE color: 12354981.

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

Color convert

RGB 165 133 188 -
CMYK 0.12 0.29 0 0.26
HSL 274.91º 0.29% 0.63% -
HSV(B) 274.91º 0.29% 0.74% -
XYZ 32.98 28.41 51.32 -
YUV 148.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 165 133 188 0.12 0.29 0 0.26 274.91 0.29 0.63
Hex A5 85 BC C 1D 0 1A 113 1D 3F
Octal 245 205 274 14 35 0 32 423 35 77
Binary 10100101 10000101 10111100 1100 11101 0 11010 100010011 11101 111111

Color Harmonies of #A585BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585BC

Black with #A585BC

Text Example


Text Example

White with #A585BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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