Html Css Color HEX #A385BD East Side

📋 copy color: '#A385BD'

red 163 ◦ green 133 ◦ blue 189

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

Shades of East Side #A385BD

Tints of East Side #A385BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.97%

R = 33.61%
G = 27.42%
B = 38.97%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A385BD (or 0xA385BD) is known color: East Side. HEX triplet: A3, 85 and BD. RGB value is (163,133,189). Sum of RGB (Red+Green+Blue) = 163+133+189=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #A385BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385BD is #5C7A42. Grayscale: #949494. Windows color (decimal): -6060611 or 12420515. OLE color: 12420515.

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

Color convert

RGB 163 133 189 -
CMYK 0.14 0.30 0 0.26
HSL 272.14º 0.3% 0.63% -
HSV(B) 272.14º 0.3% 0.74% -
XYZ 32.68 28.24 51.87 -
YUV 148.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 163 133 189 0.14 0.30 0 0.26 272.14 0.3 0.63
Hex A3 85 BD E 1E 0 1A 110 1E 3F
Octal 243 205 275 16 36 0 32 420 36 77
Binary 10100011 10000101 10111101 1110 11110 0 11010 100010000 11110 111111

Color Harmonies of #A385BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385BD

Black with #A385BD

Text Example


Text Example

White with #A385BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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