Html Css Color HEX #A554A0 Violet Blue

📋 copy color: '#A554A0'

red 165 ◦ green 84 ◦ blue 160

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

Shades of Violet Blue #A554A0

Tints of Violet Blue #A554A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.12%

R = 40.34%
G = 20.54%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A554A0 (or 0xA554A0) is known color: Violet Blue. HEX triplet: A5, 54 and A0. RGB value is (165,84,160). Sum of RGB (Red+Green+Blue) = 165+84+160=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 165 - color contains mainly: red. Hex color #A554A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A554A0 is #5AAB5F. Grayscale: #747474. Windows color (decimal): -5942112 or 10507429. OLE color: 10507429.

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

Color convert

RGB 165 84 160 -
CMYK 0 0.49 0.03 0.35
HSL 303.7º 0.33% 0.49% -
HSV(B) 303.7º 0.49% 0.65% -
XYZ 25.03 16.88 35.2 -
YUV 116.88 152.34 162.32 -
System Red Green Blue C M Y K H S L
Decimal 165 84 160 0 0.49 0.03 0.35 303.7 0.33 0.49
Hex A5 54 A0 0 31 3 23 130 21 31
Octal 245 124 240 0 61 3 43 460 41 61
Binary 10100101 1010100 10100000 0 110001 11 100011 100110000 100001 110001

Color Harmonies of #A554A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554A0

Black with #A554A0

Text Example


Text Example

White with #A554A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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