Html Css Color HEX #A38ABB East Side

📋 copy color: '#A38ABB'

red 163 ◦ green 138 ◦ blue 187

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

Shades of East Side #A38ABB

Tints of East Side #A38ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.28%

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 33.4%
G = 28.28%
B = 38.32%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A38ABB (or 0xA38ABB) is known color: East Side. HEX triplet: A3, 8A and BB. RGB value is (163,138,187). Sum of RGB (Red+Green+Blue) = 163+138+187=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #A38ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ABB is #5C7544. Grayscale: #969696. Windows color (decimal): -6059333 or 12290723. OLE color: 12290723.

HSL color Cylindrical-coordinate representation of color #A38ABB: hue angle of 270.61º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A38ABB is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 138 187 -
CMYK 0.13 0.26 0 0.27
HSL 270.61º 0.26% 0.64% -
HSV(B) 270.61º 0.26% 0.73% -
XYZ 33.16 29.55 50.97 -
YUV 151.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 163 138 187 0.13 0.26 0 0.27 270.61 0.26 0.64
Hex A3 8A BB D 1A 0 1B 10F 1A 40
Octal 243 212 273 15 32 0 33 417 32 100
Binary 10100011 10001010 10111011 1101 11010 0 11011 100001111 11010 1000000

Color Harmonies of #A38ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38ABB

Black with #A38ABB

Text Example


Text Example

White with #A38ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38ABB; }

 p { color: rgb(163,138,187); }

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

background-color css

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

 a { background-color: rgb(163,138,187); }

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

border-color css

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

 span { border-color: rgb(163,138,187); }

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