Html Css Color HEX #A38FAD East Side

📋 copy color: '#A38FAD'

red 163 ◦ green 143 ◦ blue 173

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

Shades of East Side #A38FAD

Tints of East Side #A38FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.85%

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

R = 34.03%
G = 29.85%
B = 36.12%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A38FAD (or 0xA38FAD) is known color: East Side. HEX triplet: A3, 8F and AD. RGB value is (163,143,173). Sum of RGB (Red+Green+Blue) = 163+143+173=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #A38FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38FAD is #5C7052. Grayscale: #989898. Windows color (decimal): -6058067 or 11374499. OLE color: 11374499.

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

Color convert

RGB 163 143 173 -
CMYK 0.06 0.17 0 0.32
HSL 280º 0.15% 0.62% -
HSV(B) 280º 0.17% 0.68% -
XYZ 32.47 30.45 43.7 -
YUV 152.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 163 143 173 0.06 0.17 0 0.32 280 0.15 0.62
Hex A3 8F AD 6 11 0 20 118 F 3E
Octal 243 217 255 6 21 0 40 430 17 76
Binary 10100011 10001111 10101101 110 10001 0 100000 100011000 1111 111110

Color Harmonies of #A38FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38FAD

Black with #A38FAD

Text Example


Text Example

White with #A38FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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