Html Css Color HEX #A54699 Violet Blue

📋 copy color: '#A54699'

red 165 ◦ green 70 ◦ blue 153

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

Shades of Violet Blue #A54699

Tints of Violet Blue #A54699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.04%

 BLUE value IS 153 (60.16% from 255) = 39.43%

R = 42.53%
G = 18.04%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A54699 (or 0xA54699) is known color: Violet Blue. HEX triplet: A5, 46 and 99. RGB value is (165,70,153). Sum of RGB (Red+Green+Blue) = 165+70+153=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A54699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54699 is #5AB966. Grayscale: #6B6B6B. Windows color (decimal): -5945703 or 10045093. OLE color: 10045093.

HSL color Cylindrical-coordinate representation of color #A54699: hue angle of 307.58º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54699 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 70 153 -
CMYK 0 0.58 0.07 0.35
HSL 307.58º 0.4% 0.46% -
HSV(B) 307.58º 0.58% 0.65% -
XYZ 23.46 14.68 31.73 -
YUV 107.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 165 70 153 0 0.58 0.07 0.35 307.58 0.4 0.46
Hex A5 46 99 0 3A 7 23 134 28 2E
Octal 245 106 231 0 72 7 43 464 50 56
Binary 10100101 1000110 10011001 0 111010 111 100011 100110100 101000 101110

Color Harmonies of #A54699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54699

Black with #A54699

Text Example


Text Example

White with #A54699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54699; }

 p { color: rgb(165,70,153); }

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

background-color css

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

 a { background-color: rgb(165,70,153); }

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

border-color css

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

 span { border-color: rgb(165,70,153); }

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