Html Css Color HEX #A557AA Violet Blue

📋 copy color: '#A557AA'

red 165 ◦ green 87 ◦ blue 170

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

Shades of Violet Blue #A557AA

Tints of Violet Blue #A557AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 39.1%
G = 20.62%
B = 40.28%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A557AA (or 0xA557AA) is known color: Violet Blue. HEX triplet: A5, 57 and AA. RGB value is (165,87,170). Sum of RGB (Red+Green+Blue) = 165+87+170=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #A557AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A557AA is #5AA855. Grayscale: #777777. Windows color (decimal): -5941334 or 11163557. OLE color: 11163557.

HSL color Cylindrical-coordinate representation of color #A557AA: hue angle of 296.39º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A557AA is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 87 170 -
CMYK 0.03 0.49 0 0.33
HSL 296.39º 0.33% 0.5% -
HSV(B) 296.39º 0.49% 0.67% -
XYZ 26.18 17.72 40.07 -
YUV 119.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 165 87 170 0.03 0.49 0 0.33 296.39 0.33 0.5
Hex A5 57 AA 3 31 0 21 128 21 32
Octal 245 127 252 3 61 0 41 450 41 62
Binary 10100101 1010111 10101010 11 110001 0 100001 100101000 100001 110010

Color Harmonies of #A557AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557AA

Black with #A557AA

Text Example


Text Example

White with #A557AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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