Html Css Color HEX #A54AAA Violet Blue

📋 copy color: '#A54AAA'

red 165 ◦ green 74 ◦ blue 170

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

Shades of Violet Blue #A54AAA

Tints of Violet Blue #A54AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 40.34%
G = 18.09%
B = 41.56%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A54AAA (or 0xA54AAA) is known color: Violet Blue. HEX triplet: A5, 4A and AA. RGB value is (165,74,170). Sum of RGB (Red+Green+Blue) = 165+74+170=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #A54AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54AAA is #5AB555. Grayscale: #6F6F6F. Windows color (decimal): -5944662 or 11160229. OLE color: 11160229.

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

Color convert

RGB 165 74 170 -
CMYK 0.03 0.56 0 0.33
HSL 296.88º 0.39% 0.48% -
HSV(B) 296.88º 0.56% 0.67% -
XYZ 25.22 15.8 39.75 -
YUV 112.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 165 74 170 0.03 0.56 0 0.33 296.88 0.39 0.48
Hex A5 4A AA 3 38 0 21 129 27 30
Octal 245 112 252 3 70 0 41 451 47 60
Binary 10100101 1001010 10101010 11 111000 0 100001 100101001 100111 110000

Color Harmonies of #A54AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54AAA

Black with #A54AAA

Text Example


Text Example

White with #A54AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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