Html Css Color HEX #A554AA Violet Blue

📋 copy color: '#A554AA'

red 165 ◦ green 84 ◦ blue 170

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

Shades of Violet Blue #A554AA

Tints of Violet Blue #A554AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.05%

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

R = 39.38%
G = 20.05%
B = 40.57%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A554AA (or 0xA554AA) is known color: Violet Blue. HEX triplet: A5, 54 and AA. RGB value is (165,84,170). Sum of RGB (Red+Green+Blue) = 165+84+170=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #A554AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A554AA is #5AAB55. Grayscale: #757575. Windows color (decimal): -5942102 or 11162789. OLE color: 11162789.

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

Color convert

RGB 165 84 170 -
CMYK 0.03 0.51 0 0.33
HSL 296.51º 0.34% 0.5% -
HSV(B) 296.51º 0.51% 0.67% -
XYZ 25.94 17.24 39.99 -
YUV 118.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 165 84 170 0.03 0.51 0 0.33 296.51 0.34 0.5
Hex A5 54 AA 3 33 0 21 129 22 32
Octal 245 124 252 3 63 0 41 451 42 62
Binary 10100101 1010100 10101010 11 110011 0 100001 100101001 100010 110010

Color Harmonies of #A554AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554AA

Black with #A554AA

Text Example


Text Example

White with #A554AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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