Html Css Color HEX #A385B6 East Side

📋 copy color: '#A385B6'

red 163 ◦ green 133 ◦ blue 182

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

Shades of East Side #A385B6

Tints of East Side #A385B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.08%

R = 34.1%
G = 27.82%
B = 38.08%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A385B6 (or 0xA385B6) is known color: East Side. HEX triplet: A3, 85 and B6. RGB value is (163,133,182). Sum of RGB (Red+Green+Blue) = 163+133+182=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #A385B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385B6 is #5C7A49. Grayscale: #939393. Windows color (decimal): -6060618 or 11961763. OLE color: 11961763.

HSL color Cylindrical-coordinate representation of color #A385B6: hue angle of 276.73º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A385B6 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 133 182 -
CMYK 0.10 0.27 0 0.29
HSL 276.73º 0.25% 0.62% -
HSV(B) 276.73º 0.27% 0.71% -
XYZ 31.94 27.94 47.97 -
YUV 147.56 147.44 139.02 -
System Red Green Blue C M Y K H S L
Decimal 163 133 182 0.10 0.27 0 0.29 276.73 0.25 0.62
Hex A3 85 B6 A 1B 0 1D 115 19 3E
Octal 243 205 266 12 33 0 35 425 31 76
Binary 10100011 10000101 10110110 1010 11011 0 11101 100010101 11001 111110

Color Harmonies of #A385B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385B6

Black with #A385B6

Text Example


Text Example

White with #A385B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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