Html Css Color HEX #A54DF9 Blue Violet

📋 copy color: '#A54DF9'

red 165 ◦ green 77 ◦ blue 249

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

Shades of Blue Violet #A54DF9

Tints of Blue Violet #A54DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 33.6%
G = 15.68%
B = 50.71%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A54DF9 (or 0xA54DF9) is known color: Blue Violet. HEX triplet: A5, 4D and F9. RGB value is (165,77,249). Sum of RGB (Red+Green+Blue) = 165+77+249=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #A54DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54DF9 is #5AB206. Grayscale: #7A7A7A. Windows color (decimal): -5943815 or 16338341. OLE color: 16338341.

HSL color Cylindrical-coordinate representation of color #A54DF9: hue angle of 270.7º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54DF9 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 77 249 -
CMYK 0.34 0.69 0 0.02
HSL 270.7º 0.93% 0.64% -
HSV(B) 270.7º 0.69% 0.98% -
XYZ 35.27 20.15 91.65 -
YUV 122.92 199.15 158.01 -
System Red Green Blue C M Y K H S L
Decimal 165 77 249 0.34 0.69 0 0.02 270.7 0.93 0.64
Hex A5 4D F9 22 45 0 2 10F 5D 40
Octal 245 115 371 42 105 0 2 417 135 100
Binary 10100101 1001101 11111001 100010 1000101 0 10 100001111 1011101 1000000

Color Harmonies of #A54DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54DF9

Black with #A54DF9

Text Example


Text Example

White with #A54DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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