Html Css Color HEX #A38BAE East Side

📋 copy color: '#A38BAE'

red 163 ◦ green 139 ◦ blue 174

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

Shades of East Side #A38BAE

Tints of East Side #A38BAE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.2%

 BLUE value IS 174 (68.36% from 255) = 36.55%

R = 34.24%
G = 29.2%
B = 36.55%

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

#A38BAE (or 0xA38BAE) is known color: East Side. HEX triplet: A3, 8B and AE. RGB value is (163,139,174). Sum of RGB (Red+Green+Blue) = 163+139+174=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #A38BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38BAE is #5C7451. Grayscale: #969696. Windows color (decimal): -6059090 or 11439011. OLE color: 11439011.

HSL color Cylindrical-coordinate representation of color #A38BAE: hue angle of 281.14º 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 #A38BAE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 139 174 -
CMYK 0.06 0.20 0 0.32
HSL 281.14º 0.18% 0.61% -
HSV(B) 281.14º 0.2% 0.68% -
XYZ 31.98 29.31 44.02 -
YUV 150.17 141.45 137.15 -
System Red Green Blue C M Y K H S L
Decimal 163 139 174 0.06 0.20 0 0.32 281.14 0.18 0.61
Hex A3 8B AE 6 14 0 20 119 12 3D
Octal 243 213 256 6 24 0 40 431 22 75
Binary 10100011 10001011 10101110 110 10100 0 100000 100011001 10010 111101

Color Harmonies of #A38BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BAE

Black with #A38BAE

Text Example


Text Example

White with #A38BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BAE; }

 p { color: rgb(163,139,174); }

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

background-color css

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

 a { background-color: rgb(163,139,174); }

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

border-color css

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

 span { border-color: rgb(163,139,174); }

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