Html Css Color HEX #A54793 Violet Blue

📋 copy color: '#A54793'

red 165 ◦ green 71 ◦ blue 147

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

Shades of Violet Blue #A54793

Tints of Violet Blue #A54793

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.54%

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 43.08%
G = 18.54%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A54793 (or 0xA54793) is known color: Violet Blue. HEX triplet: A5, 47 and 93. RGB value is (165,71,147). Sum of RGB (Red+Green+Blue) = 165+71+147=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A54793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54793 is #5AB86C. Grayscale: #6B6B6B. Windows color (decimal): -5945453 or 9652133. OLE color: 9652133.

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

Color convert

RGB 165 71 147 -
CMYK 0 0.57 0.11 0.35
HSL 311.49º 0.4% 0.46% -
HSV(B) 311.49º 0.57% 0.65% -
XYZ 23.04 14.61 29.21 -
YUV 107.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 165 71 147 0 0.57 0.11 0.35 311.49 0.4 0.46
Hex A5 47 93 0 39 B 23 137 28 2E
Octal 245 107 223 0 71 13 43 467 50 56
Binary 10100101 1000111 10010011 0 111001 1011 100011 100110111 101000 101110

Color Harmonies of #A54793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54793

Black with #A54793

Text Example


Text Example

White with #A54793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54793; }

 p { color: rgb(165,71,147); }

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

background-color css

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

 a { background-color: rgb(165,71,147); }

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

border-color css

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

 span { border-color: rgb(165,71,147); }

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