Html Css Color HEX #A385BE East Side

📋 copy color: '#A385BE'

red 163 ◦ green 133 ◦ blue 190

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

Shades of East Side #A385BE

Tints of East Side #A385BE

RGB

 RED value IS 163 (64.06% from 255) = 33.54%

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

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

R = 33.54%
G = 27.37%
B = 39.09%

CMYK

 C value IS 0.14

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A385BE (or 0xA385BE) is known color: East Side. HEX triplet: A3, 85 and BE. RGB value is (163,133,190). Sum of RGB (Red+Green+Blue) = 163+133+190=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #A385BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385BE is #5C7A41. Grayscale: #949494. Windows color (decimal): -6060610 or 12486051. OLE color: 12486051.

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

Color convert

RGB 163 133 190 -
CMYK 0.14 0.3 0 0.25
HSL 271.58º 0.3% 0.63% -
HSV(B) 271.58º 0.3% 0.75% -
XYZ 32.79 28.28 52.45 -
YUV 148.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 163 133 190 0.14 0.3 0 0.25 271.58 0.3 0.63
Hex A3 85 BE E 1E 0 19 110 1E 3F
Octal 243 205 276 16 36 0 31 420 36 77
Binary 10100011 10000101 10111110 1110 11110 0 11001 100010000 11110 111111

Color Harmonies of #A385BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385BE

Black with #A385BE

Text Example


Text Example

White with #A385BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385BE; }

 p { color: rgb(163,133,190); }

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

background-color css

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

 a { background-color: rgb(163,133,190); }

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

border-color css

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

 span { border-color: rgb(163,133,190); }

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