Html Css Color HEX #A38EAA East Side

📋 copy color: '#A38EAA'

red 163 ◦ green 142 ◦ blue 170

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

Shades of East Side #A38EAA

Tints of East Side #A38EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.79%

R = 34.32%
G = 29.89%
B = 35.79%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A38EAA (or 0xA38EAA) is known color: East Side. HEX triplet: A3, 8E and AA. RGB value is (163,142,170). Sum of RGB (Red+Green+Blue) = 163+142+170=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #A38EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38EAA is #5C7155. Grayscale: #979797. Windows color (decimal): -6058326 or 11177635. OLE color: 11177635.

HSL color Cylindrical-coordinate representation of color #A38EAA: hue angle of 285º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A38EAA is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 142 170 -
CMYK 0.04 0.16 0 0.33
HSL 285º 0.14% 0.61% -
HSV(B) 285º 0.16% 0.67% -
XYZ 32.03 30.03 42.14 -
YUV 151.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 163 142 170 0.04 0.16 0 0.33 285 0.14 0.61
Hex A3 8E AA 4 10 0 21 11D E 3D
Octal 243 216 252 4 20 0 41 435 16 75
Binary 10100011 10001110 10101010 100 10000 0 100001 100011101 1110 111101

Color Harmonies of #A38EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38EAA

Black with #A38EAA

Text Example


Text Example

White with #A38EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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