Html Css Color HEX #A54B8F Violet Blue

📋 copy color: '#A54B8F'

red 165 ◦ green 75 ◦ blue 143

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

Shades of Violet Blue #A54B8F

Tints of Violet Blue #A54B8F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.58%

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

R = 43.08%
G = 19.58%
B = 37.34%

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

#A54B8F (or 0xA54B8F) is known color: Violet Blue. HEX triplet: A5, 4B and 8F. RGB value is (165,75,143). Sum of RGB (Red+Green+Blue) = 165+75+143=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54B8F is #5AB470. Grayscale: #6D6D6D. Windows color (decimal): -5944433 or 9391013. OLE color: 9391013.

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

Color convert

RGB 165 75 143 -
CMYK 0 0.55 0.13 0.35
HSL 314.67º 0.38% 0.47% -
HSV(B) 314.67º 0.55% 0.65% -
XYZ 22.99 15.01 27.67 -
YUV 109.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 165 75 143 0 0.55 0.13 0.35 314.67 0.38 0.47
Hex A5 4B 8F 0 37 D 23 13B 26 2F
Octal 245 113 217 0 67 15 43 473 46 57
Binary 10100101 1001011 10001111 0 110111 1101 100011 100111011 100110 101111

Color Harmonies of #A54B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B8F

Black with #A54B8F

Text Example


Text Example

White with #A54B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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