Html Css Color HEX #A540FD Blue Violet

📋 copy color: '#A540FD'

red 165 ◦ green 64 ◦ blue 253

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

Shades of Blue Violet #A540FD

Tints of Blue Violet #A540FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 34.23%
G = 13.28%
B = 52.49%

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

#A540FD (or 0xA540FD) is known color: Blue Violet. HEX triplet: A5, 40 and FD. RGB value is (165,64,253). Sum of RGB (Red+Green+Blue) = 165+64+253=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #A540FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A540FD is #5ABF02. Grayscale: #737373. Windows color (decimal): -5947139 or 16597157. OLE color: 16597157.

HSL color Cylindrical-coordinate representation of color #A540FD: hue angle of 272.06º degrees, saturation: 0.98, 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 #A540FD is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 64 253 -
CMYK 0.35 0.75 0 0.01
HSL 272.06º 0.98% 0.62% -
HSV(B) 272.06º 0.75% 0.99% -
XYZ 35.08 18.76 94.7 -
YUV 115.75 205.46 163.13 -
System Red Green Blue C M Y K H S L
Decimal 165 64 253 0.35 0.75 0 0.01 272.06 0.98 0.62
Hex A5 40 FD 23 4B 0 1 110 62 3E
Octal 245 100 375 43 113 0 1 420 142 76
Binary 10100101 1000000 11111101 100011 1001011 0 1 100010000 1100010 111110

Color Harmonies of #A540FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A540FD

Black with #A540FD

Text Example


Text Example

White with #A540FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A540FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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