Html Css Color HEX #A08BAE East Side

📋 copy color: '#A08BAE'

red 160 ◦ green 139 ◦ blue 174

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

Shades of East Side #A08BAE

Tints of East Side #A08BAE

RGB

 RED value IS 160 (62.89% from 255) = 33.83%

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

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

R = 33.83%
G = 29.39%
B = 36.79%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A08BAE (or 0xA08BAE) is known color: East Side. HEX triplet: A0, 8B and AE. RGB value is (160,139,174). Sum of RGB (Red+Green+Blue) = 160+139+174=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #A08BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08BAE is #5F7451. Grayscale: #959595. Windows color (decimal): -6255698 or 11439008. OLE color: 11439008.

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

Color convert

RGB 160 139 174 -
CMYK 0.08 0.20 0 0.32
HSL 276º 0.18% 0.61% -
HSV(B) 276º 0.2% 0.68% -
XYZ 31.37 28.99 43.99 -
YUV 149.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 160 139 174 0.08 0.20 0 0.32 276 0.18 0.61
Hex A0 8B AE 8 14 0 20 114 12 3D
Octal 240 213 256 10 24 0 40 424 22 75
Binary 10100000 10001011 10101110 1000 10100 0 100000 100010100 10010 111101

Color Harmonies of #A08BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BAE

Black with #A08BAE

Text Example


Text Example

White with #A08BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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