Html Css Color HEX #A38AAD East Side

📋 copy color: '#A38AAD'

red 163 ◦ green 138 ◦ blue 173

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

Shades of East Side #A38AAD

Tints of East Side #A38AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.11%

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

R = 34.39%
G = 29.11%
B = 36.5%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A38AAD (or 0xA38AAD) is known color: East Side. HEX triplet: A3, 8A and AD. RGB value is (163,138,173). Sum of RGB (Red+Green+Blue) = 163+138+173=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #A38AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38AAD is #5C7552. Grayscale: #959595. Windows color (decimal): -6059347 or 11373219. OLE color: 11373219.

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

Color convert

RGB 163 138 173 -
CMYK 0.06 0.20 0 0.32
HSL 282.86º 0.18% 0.61% -
HSV(B) 282.86º 0.2% 0.68% -
XYZ 31.74 28.98 43.46 -
YUV 149.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 163 138 173 0.06 0.20 0 0.32 282.86 0.18 0.61
Hex A3 8A AD 6 14 0 20 11B 12 3D
Octal 243 212 255 6 24 0 40 433 22 75
Binary 10100011 10001010 10101101 110 10100 0 100000 100011011 10010 111101

Color Harmonies of #A38AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38AAD

Black with #A38AAD

Text Example


Text Example

White with #A38AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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