Html Css Color HEX #A554AD Violet Blue

📋 copy color: '#A554AD'

red 165 ◦ green 84 ◦ blue 173

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

Shades of Violet Blue #A554AD

Tints of Violet Blue #A554AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41%

R = 39.1%
G = 19.91%
B = 41%

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

#A554AD (or 0xA554AD) is known color: Violet Blue. HEX triplet: A5, 54 and AD. RGB value is (165,84,173). Sum of RGB (Red+Green+Blue) = 165+84+173=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #A554AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A554AD is #5AAB52. Grayscale: #767676. Windows color (decimal): -5942099 or 11359397. OLE color: 11359397.

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

Color convert

RGB 165 84 173 -
CMYK 0.05 0.51 0 0.32
HSL 294.61º 0.35% 0.5% -
HSV(B) 294.61º 0.51% 0.68% -
XYZ 26.23 17.36 41.5 -
YUV 118.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 165 84 173 0.05 0.51 0 0.32 294.61 0.35 0.5
Hex A5 54 AD 5 33 0 20 127 23 32
Octal 245 124 255 5 63 0 40 447 43 62
Binary 10100101 1010100 10101101 101 110011 0 100000 100100111 100011 110010

Color Harmonies of #A554AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554AD

Black with #A554AD

Text Example


Text Example

White with #A554AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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