Html Css Color HEX #A388AD East Side

📋 copy color: '#A388AD'

red 163 ◦ green 136 ◦ blue 173

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

Shades of East Side #A388AD

Tints of East Side #A388AD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.81%

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 34.53%
G = 28.81%
B = 36.65%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A388AD (or 0xA388AD) is known color: East Side. HEX triplet: A3, 88 and AD. RGB value is (163,136,173). Sum of RGB (Red+Green+Blue) = 163+136+173=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #A388AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A388AD is #5C7752. Grayscale: #949494. Windows color (decimal): -6059859 or 11372707. OLE color: 11372707.

HSL color Cylindrical-coordinate representation of color #A388AD: hue angle of 283.78º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A388AD is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 136 173 -
CMYK 0.06 0.21 0 0.32
HSL 283.78º 0.18% 0.61% -
HSV(B) 283.78º 0.21% 0.68% -
XYZ 31.45 28.41 43.36 -
YUV 148.29 141.95 138.49 -
System Red Green Blue C M Y K H S L
Decimal 163 136 173 0.06 0.21 0 0.32 283.78 0.18 0.61
Hex A3 88 AD 6 15 0 20 11C 12 3D
Octal 243 210 255 6 25 0 40 434 22 75
Binary 10100011 10001000 10101101 110 10101 0 100000 100011100 10010 111101

Color Harmonies of #A388AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388AD

Black with #A388AD

Text Example


Text Example

White with #A388AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388AD; }

 p { color: rgb(163,136,173); }

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

background-color css

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

 a { background-color: rgb(163,136,173); }

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

border-color css

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

 span { border-color: rgb(163,136,173); }

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