Html Css Color HEX #A557A0 Violet Blue

📋 copy color: '#A557A0'

red 165 ◦ green 87 ◦ blue 160

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

Shades of Violet Blue #A557A0

Tints of Violet Blue #A557A0

RGB

 RED value IS 165 (64.84% from 255) = 40.05%

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

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

R = 40.05%
G = 21.12%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A557A0 (or 0xA557A0) is known color: Violet Blue. HEX triplet: A5, 57 and A0. RGB value is (165,87,160). Sum of RGB (Red+Green+Blue) = 165+87+160=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A557A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A557A0 is #5AA85F. Grayscale: #767676. Windows color (decimal): -5941344 or 10508197. OLE color: 10508197.

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

Color convert

RGB 165 87 160 -
CMYK 0 0.47 0.03 0.35
HSL 303.85º 0.31% 0.49% -
HSV(B) 303.85º 0.47% 0.65% -
XYZ 25.27 17.35 35.28 -
YUV 118.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 165 87 160 0 0.47 0.03 0.35 303.85 0.31 0.49
Hex A5 57 A0 0 2F 3 23 130 1F 31
Octal 245 127 240 0 57 3 43 460 37 61
Binary 10100101 1010111 10100000 0 101111 11 100011 100110000 11111 110001

Color Harmonies of #A557A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557A0

Black with #A557A0

Text Example


Text Example

White with #A557A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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