Html Css Color HEX #A554A1 Violet Blue

📋 copy color: '#A554A1'

red 165 ◦ green 84 ◦ blue 161

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

Shades of Violet Blue #A554A1

Tints of Violet Blue #A554A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.27%

R = 40.24%
G = 20.49%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A554A1 (or 0xA554A1) is known color: Violet Blue. HEX triplet: A5, 54 and A1. RGB value is (165,84,161). Sum of RGB (Red+Green+Blue) = 165+84+161=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 165 - color contains mainly: red. Hex color #A554A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A554A1 is #5AAB5E. Grayscale: #747474. Windows color (decimal): -5942111 or 10572965. OLE color: 10572965.

HSL color Cylindrical-coordinate representation of color #A554A1: hue angle of 302.96º 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 #A554A1 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 84 161 -
CMYK 0 0.49 0.02 0.35
HSL 302.96º 0.33% 0.49% -
HSV(B) 302.96º 0.49% 0.65% -
XYZ 25.12 16.91 35.66 -
YUV 117 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 165 84 161 0 0.49 0.02 0.35 302.96 0.33 0.49
Hex A5 54 A1 0 31 2 23 12F 21 31
Octal 245 124 241 0 61 2 43 457 41 61
Binary 10100101 1010100 10100001 0 110001 10 100011 100101111 100001 110001

Color Harmonies of #A554A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A554A1

Black with #A554A1

Text Example


Text Example

White with #A554A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A554A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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