Html Css Color HEX #A54FAA Violet Blue

📋 copy color: '#A54FAA'

red 165 ◦ green 79 ◦ blue 170

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

Shades of Violet Blue #A54FAA

Tints of Violet Blue #A54FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.08%

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

R = 39.86%
G = 19.08%
B = 41.06%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A54FAA (or 0xA54FAA) is known color: Violet Blue. HEX triplet: A5, 4F and AA. RGB value is (165,79,170). Sum of RGB (Red+Green+Blue) = 165+79+170=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #A54FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54FAA is #5AB055. Grayscale: #727272. Windows color (decimal): -5943382 or 11161509. OLE color: 11161509.

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

Color convert

RGB 165 79 170 -
CMYK 0.03 0.54 0 0.33
HSL 296.7º 0.37% 0.49% -
HSV(B) 296.7º 0.54% 0.67% -
XYZ 25.57 16.49 39.87 -
YUV 115.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 165 79 170 0.03 0.54 0 0.33 296.7 0.37 0.49
Hex A5 4F AA 3 36 0 21 129 25 31
Octal 245 117 252 3 66 0 41 451 45 61
Binary 10100101 1001111 10101010 11 110110 0 100001 100101001 100101 110001

Color Harmonies of #A54FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FAA

Black with #A54FAA

Text Example


Text Example

White with #A54FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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