Html Css Color HEX #A47ABB East Side

📋 copy color: '#A47ABB'

red 164 ◦ green 122 ◦ blue 187

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

Shades of East Side #A47ABB

Tints of East Side #A47ABB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.79%

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

R = 34.67%
G = 25.79%
B = 39.53%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A47ABB (or 0xA47ABB) is known color: East Side. HEX triplet: A4, 7A and BB. RGB value is (164,122,187). Sum of RGB (Red+Green+Blue) = 164+122+187=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #A47ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ABB is #5B8544. Grayscale: #8D8D8D. Windows color (decimal): -5997893 or 12286628. OLE color: 12286628.

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

Color convert

RGB 164 122 187 -
CMYK 0.12 0.35 0 0.27
HSL 278.77º 0.32% 0.61% -
HSV(B) 278.77º 0.35% 0.73% -
XYZ 31.24 25.4 50.27 -
YUV 141.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 164 122 187 0.12 0.35 0 0.27 278.77 0.32 0.61
Hex A4 7A BB C 23 0 1B 117 20 3D
Octal 244 172 273 14 43 0 33 427 40 75
Binary 10100100 1111010 10111011 1100 100011 0 11011 100010111 100000 111101

Color Harmonies of #A47ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47ABB

Black with #A47ABB

Text Example


Text Example

White with #A47ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47ABB; }

 p { color: rgb(164,122,187); }

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

background-color css

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

 a { background-color: rgb(164,122,187); }

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

border-color css

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

 span { border-color: rgb(164,122,187); }

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