Html Css Color HEX #A54AAC Violet Blue

📋 copy color: '#A54AAC'

red 165 ◦ green 74 ◦ blue 172

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

Shades of Violet Blue #A54AAC

Tints of Violet Blue #A54AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 40.15%
G = 18%
B = 41.85%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A54AAC (or 0xA54AAC) is known color: Violet Blue. HEX triplet: A5, 4A and AC. RGB value is (165,74,172). Sum of RGB (Red+Green+Blue) = 165+74+172=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #A54AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54AAC is #5AB553. Grayscale: #707070. Windows color (decimal): -5944660 or 11291301. OLE color: 11291301.

HSL color Cylindrical-coordinate representation of color #A54AAC: hue angle of 295.71º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A54AAC is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 74 172 -
CMYK 0.04 0.57 0 0.33
HSL 295.71º 0.4% 0.48% -
HSV(B) 295.71º 0.57% 0.67% -
XYZ 25.41 15.88 40.75 -
YUV 112.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 165 74 172 0.04 0.57 0 0.33 295.71 0.4 0.48
Hex A5 4A AC 4 39 0 21 128 28 30
Octal 245 112 254 4 71 0 41 450 50 60
Binary 10100101 1001010 10101100 100 111001 0 100001 100101000 101000 110000

Color Harmonies of #A54AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54AAC

Black with #A54AAC

Text Example


Text Example

White with #A54AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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