Html Css Color HEX #A47DC1 East Side

📋 copy color: '#A47DC1'

red 164 ◦ green 125 ◦ blue 193

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

Shades of East Side #A47DC1

Tints of East Side #A47DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.04%

R = 34.02%
G = 25.93%
B = 40.04%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A47DC1 (or 0xA47DC1) is known color: East Side. HEX triplet: A4, 7D and C1. RGB value is (164,125,193). Sum of RGB (Red+Green+Blue) = 164+125+193=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #A47DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DC1 is #5B823E. Grayscale: #909090. Windows color (decimal): -5997119 or 12680612. OLE color: 12680612.

HSL color Cylindrical-coordinate representation of color #A47DC1: hue angle of 274.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A47DC1 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 125 193 -
CMYK 0.15 0.35 0 0.24
HSL 274.41º 0.35% 0.62% -
HSV(B) 274.41º 0.35% 0.76% -
XYZ 32.27 26.41 53.85 -
YUV 144.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 164 125 193 0.15 0.35 0 0.24 274.41 0.35 0.62
Hex A4 7D C1 F 23 0 18 112 23 3E
Octal 244 175 301 17 43 0 30 422 43 76
Binary 10100100 1111101 11000001 1111 100011 0 11000 100010010 100011 111110

Color Harmonies of #A47DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DC1

Black with #A47DC1

Text Example


Text Example

White with #A47DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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