Html Css Color HEX #A38DB6 East Side

📋 copy color: '#A38DB6'

red 163 ◦ green 141 ◦ blue 182

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

Shades of East Side #A38DB6

Tints of East Side #A38DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.45%

R = 33.54%
G = 29.01%
B = 37.45%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A38DB6 (or 0xA38DB6) is known color: East Side. HEX triplet: A3, 8D and B6. RGB value is (163,141,182). Sum of RGB (Red+Green+Blue) = 163+141+182=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 182 - color contains mainly: blue. Hex color #A38DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DB6 is #5C7249. Grayscale: #989898. Windows color (decimal): -6058570 or 11963811. OLE color: 11963811.

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

Color convert

RGB 163 141 182 -
CMYK 0.10 0.23 0 0.29
HSL 272.2º 0.22% 0.63% -
HSV(B) 272.2º 0.23% 0.71% -
XYZ 33.07 30.21 48.34 -
YUV 152.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 163 141 182 0.10 0.23 0 0.29 272.2 0.22 0.63
Hex A3 8D B6 A 17 0 1D 110 16 3F
Octal 243 215 266 12 27 0 35 420 26 77
Binary 10100011 10001101 10110110 1010 10111 0 11101 100010000 10110 111111

Color Harmonies of #A38DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38DB6

Black with #A38DB6

Text Example


Text Example

White with #A38DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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