Html Css Color HEX #A457A0 Violet Blue

📋 copy color: '#A457A0'

red 164 ◦ green 87 ◦ blue 160

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

Shades of Violet Blue #A457A0

Tints of Violet Blue #A457A0

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.17%

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 39.9%
G = 21.17%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A457A0 (or 0xA457A0) is known color: Violet Blue. HEX triplet: A4, 57 and A0. RGB value is (164,87,160). Sum of RGB (Red+Green+Blue) = 164+87+160=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A457A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A457A0 is #5BA85F. Grayscale: #767676. Windows color (decimal): -6006880 or 10508196. OLE color: 10508196.

HSL color Cylindrical-coordinate representation of color #A457A0: hue angle of 303.12º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A457A0 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 87 160 -
CMYK 0 0.47 0.02 0.36
HSL 303.12º 0.31% 0.49% -
HSV(B) 303.12º 0.47% 0.64% -
XYZ 25.06 17.25 35.27 -
YUV 118.35 151.51 160.56 -
System Red Green Blue C M Y K H S L
Decimal 164 87 160 0 0.47 0.02 0.36 303.12 0.31 0.49
Hex A4 57 A0 0 2F 2 24 12F 1F 31
Octal 244 127 240 0 57 2 44 457 37 61
Binary 10100100 1010111 10100000 0 101111 10 100100 100101111 11111 110001

Color Harmonies of #A457A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A457A0

Black with #A457A0

Text Example


Text Example

White with #A457A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A457A0; }

 p { color: rgb(164,87,160); }

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

background-color css

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

 a { background-color: rgb(164,87,160); }

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

border-color css

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

 span { border-color: rgb(164,87,160); }

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