Html Css Color HEX #A54AF8 Blue Violet

📋 copy color: '#A54AF8'

red 165 ◦ green 74 ◦ blue 248

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

Shades of Blue Violet #A54AF8

Tints of Blue Violet #A54AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.92%

R = 33.88%
G = 15.2%
B = 50.92%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A54AF8 (or 0xA54AF8) is known color: Blue Violet. HEX triplet: A5, 4A and F8. RGB value is (165,74,248). Sum of RGB (Red+Green+Blue) = 165+74+248=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #A54AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54AF8 is #5AB507. Grayscale: #787878. Windows color (decimal): -5944584 or 16272037. OLE color: 16272037.

HSL color Cylindrical-coordinate representation of color #A54AF8: hue angle of 271.38º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A54AF8 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 74 248 -
CMYK 0.33 0.70 0 0.03
HSL 271.38º 0.93% 0.63% -
HSV(B) 271.38º 0.7% 0.97% -
XYZ 34.91 19.67 90.76 -
YUV 121.05 199.65 159.35 -
System Red Green Blue C M Y K H S L
Decimal 165 74 248 0.33 0.70 0 0.03 271.38 0.93 0.63
Hex A5 4A F8 21 46 0 3 10F 5D 3F
Octal 245 112 370 41 106 0 3 417 135 77
Binary 10100101 1001010 11111000 100001 1000110 0 11 100001111 1011101 111111

Color Harmonies of #A54AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54AF8

Black with #A54AF8

Text Example


Text Example

White with #A54AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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