Html Css Color HEX #A54C93 Violet Blue

📋 copy color: '#A54C93'

red 165 ◦ green 76 ◦ blue 147

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

Shades of Violet Blue #A54C93

Tints of Violet Blue #A54C93

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.59%

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

R = 42.53%
G = 19.59%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A54C93 (or 0xA54C93) is known color: Violet Blue. HEX triplet: A5, 4C and 93. RGB value is (165,76,147). Sum of RGB (Red+Green+Blue) = 165+76+147=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54C93 is #5AB36C. Grayscale: #6E6E6E. Windows color (decimal): -5944173 or 9653413. OLE color: 9653413.

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

Color convert

RGB 165 76 147 -
CMYK 0 0.54 0.11 0.35
HSL 312.13º 0.37% 0.47% -
HSV(B) 312.13º 0.54% 0.65% -
XYZ 23.37 15.27 29.32 -
YUV 110.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 165 76 147 0 0.54 0.11 0.35 312.13 0.37 0.47
Hex A5 4C 93 0 36 B 23 138 25 2F
Octal 245 114 223 0 66 13 43 470 45 57
Binary 10100101 1001100 10010011 0 110110 1011 100011 100111000 100101 101111

Color Harmonies of #A54C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C93

Black with #A54C93

Text Example


Text Example

White with #A54C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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