Html Css Color HEX #A540FC Blue Violet

📋 copy color: '#A540FC'

red 165 ◦ green 64 ◦ blue 252

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

Shades of Blue Violet #A540FC

Tints of Blue Violet #A540FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.39%

R = 34.3%
G = 13.31%
B = 52.39%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A540FC (or 0xA540FC) is known color: Blue Violet. HEX triplet: A5, 40 and FC. RGB value is (165,64,252). Sum of RGB (Red+Green+Blue) = 165+64+252=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #A540FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A540FC is #5ABF03. Grayscale: #727272. Windows color (decimal): -5947140 or 16531621. OLE color: 16531621.

HSL color Cylindrical-coordinate representation of color #A540FC: hue angle of 272.23º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A540FC is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 64 252 -
CMYK 0.35 0.75 0 0.01
HSL 272.23º 0.97% 0.62% -
HSV(B) 272.23º 0.75% 0.99% -
XYZ 34.92 18.69 93.86 -
YUV 115.63 204.96 163.21 -
System Red Green Blue C M Y K H S L
Decimal 165 64 252 0.35 0.75 0 0.01 272.23 0.97 0.62
Hex A5 40 FC 23 4B 0 1 110 61 3E
Octal 245 100 374 43 113 0 1 420 141 76
Binary 10100101 1000000 11111100 100011 1001011 0 1 100010000 1100001 111110

Color Harmonies of #A540FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540FC

Black with #A540FC

Text Example


Text Example

White with #A540FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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