Html Css Color HEX #A54594 Violet Blue

📋 copy color: '#A54594'

red 165 ◦ green 69 ◦ blue 148

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

Shades of Violet Blue #A54594

Tints of Violet Blue #A54594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.06%

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 43.19%
G = 18.06%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A54594 (or 0xA54594) is known color: Violet Blue. HEX triplet: A5, 45 and 94. RGB value is (165,69,148). Sum of RGB (Red+Green+Blue) = 165+69+148=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A54594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54594 is #5ABA6B. Grayscale: #6A6A6A. Windows color (decimal): -5945964 or 9717157. OLE color: 9717157.

HSL color Cylindrical-coordinate representation of color #A54594: hue angle of 310.62º degrees, saturation: 0.41, 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 #A54594 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 69 148 -
CMYK 0 0.58 0.10 0.35
HSL 310.63º 0.41% 0.46% -
HSV(B) 310.63º 0.58% 0.65% -
XYZ 22.99 14.39 29.58 -
YUV 106.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 165 69 148 0 0.58 0.10 0.35 310.63 0.41 0.46
Hex A5 45 94 0 3A A 23 137 29 2E
Octal 245 105 224 0 72 12 43 467 51 56
Binary 10100101 1000101 10010100 0 111010 1010 100011 100110111 101001 101110

Color Harmonies of #A54594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54594

Black with #A54594

Text Example


Text Example

White with #A54594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54594; }

 p { color: rgb(165,69,148); }

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

background-color css

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

 a { background-color: rgb(165,69,148); }

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

border-color css

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

 span { border-color: rgb(165,69,148); }

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