Html Css Color HEX #A540F8 Blue Violet

📋 copy color: '#A540F8'

red 165 ◦ green 64 ◦ blue 248

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

Shades of Blue Violet #A540F8

Tints of Blue Violet #A540F8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.42%

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

R = 34.59%
G = 13.42%
B = 51.99%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A540F8 (or 0xA540F8) is known color: Blue Violet. HEX triplet: A5, 40 and F8. RGB value is (165,64,248). Sum of RGB (Red+Green+Blue) = 165+64+248=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #A540F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A540F8 is #5ABF07. Grayscale: #727272. Windows color (decimal): -5947144 or 16269477. OLE color: 16269477.

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

Color convert

RGB 165 64 248 -
CMYK 0.33 0.74 0 0.03
HSL 272.93º 0.93% 0.61% -
HSV(B) 272.93º 0.74% 0.97% -
XYZ 34.29 18.44 90.56 -
YUV 115.18 202.96 163.54 -
System Red Green Blue C M Y K H S L
Decimal 165 64 248 0.33 0.74 0 0.03 272.93 0.93 0.61
Hex A5 40 F8 21 4A 0 3 111 5D 3D
Octal 245 100 370 41 112 0 3 421 135 75
Binary 10100101 1000000 11111000 100001 1001010 0 11 100010001 1011101 111101

Color Harmonies of #A540F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540F8

Black with #A540F8

Text Example


Text Example

White with #A540F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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