Html Css Color HEX #A54AA0 Violet Blue

📋 copy color: '#A54AA0'

red 165 ◦ green 74 ◦ blue 160

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

Shades of Violet Blue #A54AA0

Tints of Violet Blue #A54AA0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.55%

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

R = 41.35%
G = 18.55%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A54AA0 (or 0xA54AA0) is known color: Violet Blue. HEX triplet: A5, 4A and A0. RGB value is (165,74,160). Sum of RGB (Red+Green+Blue) = 165+74+160=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A54AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54AA0 is #5AB55F. Grayscale: #6E6E6E. Windows color (decimal): -5944672 or 10504869. OLE color: 10504869.

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

Color convert

RGB 165 74 160 -
CMYK 0 0.55 0.03 0.35
HSL 303.3º 0.38% 0.47% -
HSV(B) 303.3º 0.55% 0.65% -
XYZ 24.31 15.43 34.96 -
YUV 111.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 165 74 160 0 0.55 0.03 0.35 303.3 0.38 0.47
Hex A5 4A A0 0 37 3 23 12F 26 2F
Octal 245 112 240 0 67 3 43 457 46 57
Binary 10100101 1001010 10100000 0 110111 11 100011 100101111 100110 101111

Color Harmonies of #A54AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54AA0

Black with #A54AA0

Text Example


Text Example

White with #A54AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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