Html Css Color HEX #A54592 Violet Blue

📋 copy color: '#A54592'

red 165 ◦ green 69 ◦ blue 146

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

Shades of Violet Blue #A54592

Tints of Violet Blue #A54592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.42%

R = 43.42%
G = 18.16%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A54592 (or 0xA54592) is known color: Violet Blue. HEX triplet: A5, 45 and 92. RGB value is (165,69,146). Sum of RGB (Red+Green+Blue) = 165+69+146=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A54592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54592 is #5ABA6D. Grayscale: #6A6A6A. Windows color (decimal): -5945966 or 9586085. OLE color: 9586085.

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

Color convert

RGB 165 69 146 -
CMYK 0 0.58 0.12 0.35
HSL 311.88º 0.41% 0.46% -
HSV(B) 311.88º 0.58% 0.65% -
XYZ 22.83 14.33 28.76 -
YUV 106.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 165 69 146 0 0.58 0.12 0.35 311.88 0.41 0.46
Hex A5 45 92 0 3A C 23 138 29 2E
Octal 245 105 222 0 72 14 43 470 51 56
Binary 10100101 1000101 10010010 0 111010 1100 100011 100111000 101001 101110

Color Harmonies of #A54592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54592

Black with #A54592

Text Example


Text Example

White with #A54592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54592; }

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

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

background-color css

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

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

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

border-color css

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

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

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