Html Css Color HEX #A557AB Violet Blue

📋 copy color: '#A557AB'

red 165 ◦ green 87 ◦ blue 171

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

Shades of Violet Blue #A557AB

Tints of Violet Blue #A557AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 39.01%
G = 20.57%
B = 40.43%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A557AB (or 0xA557AB) is known color: Violet Blue. HEX triplet: A5, 57 and AB. RGB value is (165,87,171). Sum of RGB (Red+Green+Blue) = 165+87+171=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #A557AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A557AB is #5AA854. Grayscale: #777777. Windows color (decimal): -5941333 or 11229093. OLE color: 11229093.

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

Color convert

RGB 165 87 171 -
CMYK 0.04 0.49 0 0.33
HSL 295.71º 0.33% 0.51% -
HSV(B) 295.71º 0.49% 0.67% -
XYZ 26.28 17.76 40.57 -
YUV 119.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 165 87 171 0.04 0.49 0 0.33 295.71 0.33 0.51
Hex A5 57 AB 4 31 0 21 128 21 33
Octal 245 127 253 4 61 0 41 450 41 63
Binary 10100101 1010111 10101011 100 110001 0 100001 100101000 100001 110011

Color Harmonies of #A557AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A557AB

Black with #A557AB

Text Example


Text Example

White with #A557AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A557AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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