Html Css Color HEX #A54DA4 Violet Blue

📋 copy color: '#A54DA4'

red 165 ◦ green 77 ◦ blue 164

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

Shades of Violet Blue #A54DA4

Tints of Violet Blue #A54DA4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.97%

 BLUE value IS 164 (64.45% from 255) = 40.39%

R = 40.64%
G = 18.97%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A54DA4 (or 0xA54DA4) is known color: Violet Blue. HEX triplet: A5, 4D and A4. RGB value is (165,77,164). Sum of RGB (Red+Green+Blue) = 165+77+164=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A54DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54DA4 is #5AB25B. Grayscale: #707070. Windows color (decimal): -5943900 or 10767781. OLE color: 10767781.

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

Color convert

RGB 165 77 164 -
CMYK 0 0.53 0.01 0.35
HSL 300.68º 0.36% 0.47% -
HSV(B) 300.68º 0.53% 0.65% -
XYZ 24.87 15.99 36.9 -
YUV 113.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 165 77 164 0 0.53 0.01 0.35 300.68 0.36 0.47
Hex A5 4D A4 0 35 1 23 12D 24 2F
Octal 245 115 244 0 65 1 43 455 44 57
Binary 10100101 1001101 10100100 0 110101 1 100011 100101101 100100 101111

Color Harmonies of #A54DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54DA4

Black with #A54DA4

Text Example


Text Example

White with #A54DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54DA4; }

 p { color: rgb(165,77,164); }

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

background-color css

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

 a { background-color: rgb(165,77,164); }

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

border-color css

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

 span { border-color: rgb(165,77,164); }

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