Html Css Color HEX #A38DB5 East Side

📋 copy color: '#A38DB5'

red 163 ◦ green 141 ◦ blue 181

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

Shades of East Side #A38DB5

Tints of East Side #A38DB5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

 BLUE value IS 181 (71.09% from 255) = 37.32%

R = 33.61%
G = 29.07%
B = 37.32%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A38DB5 (or 0xA38DB5) is known color: East Side. HEX triplet: A3, 8D and B5. RGB value is (163,141,181). Sum of RGB (Red+Green+Blue) = 163+141+181=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #A38DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DB5 is #5C724A. Grayscale: #989898. Windows color (decimal): -6058571 or 11898275. OLE color: 11898275.

HSL color Cylindrical-coordinate representation of color #A38DB5: hue angle of 273º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A38DB5 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 141 181 -
CMYK 0.10 0.22 0 0.29
HSL 273º 0.21% 0.63% -
HSV(B) 273º 0.22% 0.71% -
XYZ 32.97 30.17 47.8 -
YUV 152.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 163 141 181 0.10 0.22 0 0.29 273 0.21 0.63
Hex A3 8D B5 A 16 0 1D 111 15 3F
Octal 243 215 265 12 26 0 35 421 25 77
Binary 10100011 10001101 10110101 1010 10110 0 11101 100010001 10101 111111

Color Harmonies of #A38DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DB5

Black with #A38DB5

Text Example


Text Example

White with #A38DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DB5; }

 p { color: rgb(163,141,181); }

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

background-color css

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

 a { background-color: rgb(163,141,181); }

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

border-color css

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

 span { border-color: rgb(163,141,181); }

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