Html Css Color HEX #A556AE Violet Blue

📋 copy color: '#A556AE'

red 165 ◦ green 86 ◦ blue 174

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

Shades of Violet Blue #A556AE

Tints of Violet Blue #A556AE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.24%

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 38.82%
G = 20.24%
B = 40.94%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A556AE (or 0xA556AE) is known color: Violet Blue. HEX triplet: A5, 56 and AE. RGB value is (165,86,174). Sum of RGB (Red+Green+Blue) = 165+86+174=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #A556AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A556AE is #5AA951. Grayscale: #777777. Windows color (decimal): -5941586 or 11425445. OLE color: 11425445.

HSL color Cylindrical-coordinate representation of color #A556AE: hue angle of 293.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A556AE is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 86 174 -
CMYK 0.05 0.51 0 0.32
HSL 293.86º 0.35% 0.51% -
HSV(B) 293.86º 0.51% 0.68% -
XYZ 26.48 17.71 42.07 -
YUV 119.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 165 86 174 0.05 0.51 0 0.32 293.86 0.35 0.51
Hex A5 56 AE 5 33 0 20 126 23 33
Octal 245 126 256 5 63 0 40 446 43 63
Binary 10100101 1010110 10101110 101 110011 0 100000 100100110 100011 110011

Color Harmonies of #A556AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A556AE

Black with #A556AE

Text Example


Text Example

White with #A556AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A556AE; }

 p { color: rgb(165,86,174); }

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

background-color css

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

 a { background-color: rgb(165,86,174); }

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

border-color css

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

 span { border-color: rgb(165,86,174); }

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