Html Css Color HEX #A54A9F Violet Blue

📋 copy color: '#A54A9F'

red 165 ◦ green 74 ◦ blue 159

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

Shades of Violet Blue #A54A9F

Tints of Violet Blue #A54A9F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.59%

 BLUE value IS 159 (62.5% from 255) = 39.95%

R = 41.46%
G = 18.59%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A54A9F (or 0xA54A9F) is known color: Violet Blue. HEX triplet: A5, 4A and 9F. RGB value is (165,74,159). Sum of RGB (Red+Green+Blue) = 165+74+159=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54A9F is #5AB560. Grayscale: #6E6E6E. Windows color (decimal): -5944673 or 10439333. OLE color: 10439333.

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

Color convert

RGB 165 74 159 -
CMYK 0 0.55 0.04 0.35
HSL 303.96º 0.38% 0.47% -
HSV(B) 303.96º 0.55% 0.65% -
XYZ 24.22 15.4 34.5 -
YUV 110.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 165 74 159 0 0.55 0.04 0.35 303.96 0.38 0.47
Hex A5 4A 9F 0 37 4 23 130 26 2F
Octal 245 112 237 0 67 4 43 460 46 57
Binary 10100101 1001010 10011111 0 110111 100 100011 100110000 100110 101111

Color Harmonies of #A54A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A9F

Black with #A54A9F

Text Example


Text Example

White with #A54A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A9F; }

 p { color: rgb(165,74,159); }

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

background-color css

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

 a { background-color: rgb(165,74,159); }

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

border-color css

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

 span { border-color: rgb(165,74,159); }

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