Html Css Color HEX #A37DBA East Side

📋 copy color: '#A37DBA'

red 163 ◦ green 125 ◦ blue 186

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

Shades of East Side #A37DBA

Tints of East Side #A37DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.37%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 34.39%
G = 26.37%
B = 39.24%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A37DBA (or 0xA37DBA) is known color: East Side. HEX triplet: A3, 7D and BA. RGB value is (163,125,186). Sum of RGB (Red+Green+Blue) = 163+125+186=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #A37DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A37DBA is #5C8245. Grayscale: #8F8F8F. Windows color (decimal): -6062662 or 12221859. OLE color: 12221859.

HSL color Cylindrical-coordinate representation of color #A37DBA: hue angle of 277.38º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A37DBA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 125 186 -
CMYK 0.12 0.33 0 0.27
HSL 277.38º 0.31% 0.61% -
HSV(B) 277.38º 0.33% 0.73% -
XYZ 31.3 26 49.82 -
YUV 143.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 163 125 186 0.12 0.33 0 0.27 277.38 0.31 0.61
Hex A3 7D BA C 21 0 1B 115 1F 3D
Octal 243 175 272 14 41 0 33 425 37 75
Binary 10100011 1111101 10111010 1100 100001 0 11011 100010101 11111 111101

Color Harmonies of #A37DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37DBA

Black with #A37DBA

Text Example


Text Example

White with #A37DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37DBA; }

 p { color: rgb(163,125,186); }

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

background-color css

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

 a { background-color: rgb(163,125,186); }

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

border-color css

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

 span { border-color: rgb(163,125,186); }

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