Html Css Color HEX #A54CA0 Violet Blue

📋 copy color: '#A54CA0'

red 165 ◦ green 76 ◦ blue 160

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

Shades of Violet Blue #A54CA0

Tints of Violet Blue #A54CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.9%

R = 41.15%
G = 18.95%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A54CA0 (or 0xA54CA0) is known color: Violet Blue. HEX triplet: A5, 4C and A0. RGB value is (165,76,160). Sum of RGB (Red+Green+Blue) = 165+76+160=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A54CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54CA0 is #5AB35F. Grayscale: #6F6F6F. Windows color (decimal): -5944160 or 10505381. OLE color: 10505381.

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

Color convert

RGB 165 76 160 -
CMYK 0 0.54 0.03 0.35
HSL 303.37º 0.37% 0.47% -
HSV(B) 303.37º 0.54% 0.65% -
XYZ 24.45 15.71 35 -
YUV 112.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 165 76 160 0 0.54 0.03 0.35 303.37 0.37 0.47
Hex A5 4C A0 0 36 3 23 12F 25 2F
Octal 245 114 240 0 66 3 43 457 45 57
Binary 10100101 1001100 10100000 0 110110 11 100011 100101111 100101 101111

Color Harmonies of #A54CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54CA0

Black with #A54CA0

Text Example


Text Example

White with #A54CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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