Html Css Color HEX #A388BE East Side

📋 copy color: '#A388BE'

red 163 ◦ green 136 ◦ blue 190

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

Shades of East Side #A388BE

Tints of East Side #A388BE

RGB

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

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

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

R = 33.33%
G = 27.81%
B = 38.85%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A388BE (or 0xA388BE) is known color: East Side. HEX triplet: A3, 88 and BE. RGB value is (163,136,190). Sum of RGB (Red+Green+Blue) = 163+136+190=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #A388BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388BE is #5C7741. Grayscale: #969696. Windows color (decimal): -6059842 or 12486819. OLE color: 12486819.

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

Color convert

RGB 163 136 190 -
CMYK 0.14 0.28 0 0.25
HSL 270º 0.29% 0.64% -
HSV(B) 270º 0.28% 0.75% -
XYZ 33.2 29.11 52.58 -
YUV 150.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 163 136 190 0.14 0.28 0 0.25 270 0.29 0.64
Hex A3 88 BE E 1C 0 19 10E 1D 40
Octal 243 210 276 16 34 0 31 416 35 100
Binary 10100011 10001000 10111110 1110 11100 0 11001 100001110 11101 1000000

Color Harmonies of #A388BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A388BE

Black with #A388BE

Text Example


Text Example

White with #A388BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A388BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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