Html Css Color HEX #A388BD East Side

📋 copy color: '#A388BD'

red 163 ◦ green 136 ◦ blue 189

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

Shades of East Side #A388BD

Tints of East Side #A388BD

RGB

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

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

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

R = 33.4%
G = 27.87%
B = 38.73%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A388BD (or 0xA388BD) is known color: East Side. HEX triplet: A3, 88 and BD. RGB value is (163,136,189). Sum of RGB (Red+Green+Blue) = 163+136+189=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #A388BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388BD is #5C7742. Grayscale: #959595. Windows color (decimal): -6059843 or 12421283. OLE color: 12421283.

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

Color convert

RGB 163 136 189 -
CMYK 0.14 0.28 0 0.26
HSL 270.57º 0.29% 0.64% -
HSV(B) 270.57º 0.28% 0.74% -
XYZ 33.09 29.07 52.01 -
YUV 150.12 149.95 137.19 -
System Red Green Blue C M Y K H S L
Decimal 163 136 189 0.14 0.28 0 0.26 270.57 0.29 0.64
Hex A3 88 BD E 1C 0 1A 10F 1D 40
Octal 243 210 275 16 34 0 32 417 35 100
Binary 10100011 10001000 10111101 1110 11100 0 11010 100001111 11101 1000000

Color Harmonies of #A388BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388BD

Black with #A388BD

Text Example


Text Example

White with #A388BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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