Html Css Color HEX #A54A8F Violet Blue

📋 copy color: '#A54A8F'

red 165 ◦ green 74 ◦ blue 143

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

Shades of Violet Blue #A54A8F

Tints of Violet Blue #A54A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.43%

R = 43.19%
G = 19.37%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A54A8F (or 0xA54A8F) is known color: Violet Blue. HEX triplet: A5, 4A and 8F. RGB value is (165,74,143). Sum of RGB (Red+Green+Blue) = 165+74+143=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54A8F is #5AB570. Grayscale: #6C6C6C. Windows color (decimal): -5944689 or 9390757. OLE color: 9390757.

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

Color convert

RGB 165 74 143 -
CMYK 0 0.55 0.13 0.35
HSL 314.51º 0.38% 0.47% -
HSV(B) 314.51º 0.55% 0.65% -
XYZ 22.92 14.88 27.65 -
YUV 109.08 147.15 167.89 -
System Red Green Blue C M Y K H S L
Decimal 165 74 143 0 0.55 0.13 0.35 314.51 0.38 0.47
Hex A5 4A 8F 0 37 D 23 13B 26 2F
Octal 245 112 217 0 67 15 43 473 46 57
Binary 10100101 1001010 10001111 0 110111 1101 100011 100111011 100110 101111

Color Harmonies of #A54A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A8F

Black with #A54A8F

Text Example


Text Example

White with #A54A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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