Html Css Color HEX #A38BAD East Side

📋 copy color: '#A38BAD'

red 163 ◦ green 139 ◦ blue 173

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

Shades of East Side #A38BAD

Tints of East Side #A38BAD

RGB

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

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

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

R = 34.32%
G = 29.26%
B = 36.42%

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

#A38BAD (or 0xA38BAD) is known color: East Side. HEX triplet: A3, 8B and AD. RGB value is (163,139,173). Sum of RGB (Red+Green+Blue) = 163+139+173=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #A38BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38BAD is #5C7452. Grayscale: #959595. Windows color (decimal): -6059091 or 11373475. OLE color: 11373475.

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

Color convert

RGB 163 139 173 -
CMYK 0.06 0.20 0 0.32
HSL 282.35º 0.17% 0.61% -
HSV(B) 282.35º 0.2% 0.68% -
XYZ 31.88 29.27 43.5 -
YUV 150.05 140.95 137.24 -
System Red Green Blue C M Y K H S L
Decimal 163 139 173 0.06 0.20 0 0.32 282.35 0.17 0.61
Hex A3 8B AD 6 14 0 20 11A 11 3D
Octal 243 213 255 6 24 0 40 432 21 75
Binary 10100011 10001011 10101101 110 10100 0 100000 100011010 10001 111101

Color Harmonies of #A38BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38BAD

Black with #A38BAD

Text Example


Text Example

White with #A38BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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