Html Css Color HEX #A47DBA East Side

📋 copy color: '#A47DBA'

red 164 ◦ green 125 ◦ blue 186

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

Shades of East Side #A47DBA

Tints of East Side #A47DBA

RGB

 RED value IS 164 (64.45% from 255) = 34.53%

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

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

R = 34.53%
G = 26.32%
B = 39.16%

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

#A47DBA (or 0xA47DBA) is known color: East Side. HEX triplet: A4, 7D and BA. RGB value is (164,125,186). Sum of RGB (Red+Green+Blue) = 164+125+186=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #A47DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DBA is #5B8245. Grayscale: #8F8F8F. Windows color (decimal): -5997126 or 12221860. OLE color: 12221860.

HSL color Cylindrical-coordinate representation of color #A47DBA: hue angle of 278.36º 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 #A47DBA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 125 186 -
CMYK 0.12 0.33 0 0.27
HSL 278.36º 0.31% 0.61% -
HSV(B) 278.36º 0.33% 0.73% -
XYZ 31.51 26.1 49.83 -
YUV 143.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 164 125 186 0.12 0.33 0 0.27 278.36 0.31 0.61
Hex A4 7D BA C 21 0 1B 116 1F 3D
Octal 244 175 272 14 41 0 33 426 37 75
Binary 10100100 1111101 10111010 1100 100001 0 11011 100010110 11111 111101

Color Harmonies of #A47DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DBA

Black with #A47DBA

Text Example


Text Example

White with #A47DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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