Html Css Color HEX #A38EAD East Side

📋 copy color: '#A38EAD'

red 163 ◦ green 142 ◦ blue 173

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

Shades of East Side #A38EAD

Tints of East Side #A38EAD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.71%

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

R = 34.1%
G = 29.71%
B = 36.19%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A38EAD (or 0xA38EAD) is known color: East Side. HEX triplet: A3, 8E and AD. RGB value is (163,142,173). Sum of RGB (Red+Green+Blue) = 163+142+173=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #A38EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38EAD is #5C7152. Grayscale: #979797. Windows color (decimal): -6058323 or 11374243. OLE color: 11374243.

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

Color convert

RGB 163 142 173 -
CMYK 0.06 0.18 0 0.32
HSL 280.65º 0.16% 0.62% -
HSV(B) 280.65º 0.18% 0.68% -
XYZ 32.32 30.15 43.65 -
YUV 151.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 163 142 173 0.06 0.18 0 0.32 280.65 0.16 0.62
Hex A3 8E AD 6 12 0 20 119 10 3E
Octal 243 216 255 6 22 0 40 431 20 76
Binary 10100011 10001110 10101101 110 10010 0 100000 100011001 10000 111110

Color Harmonies of #A38EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EAD

Black with #A38EAD

Text Example


Text Example

White with #A38EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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