Html Css Color HEX #A539F0 Blue Violet

📋 copy color: '#A539F0'

red 165 ◦ green 57 ◦ blue 240

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

Shades of Blue Violet #A539F0

Tints of Blue Violet #A539F0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.34%

 BLUE value IS 240 (94.14% from 255) = 51.95%

R = 35.71%
G = 12.34%
B = 51.95%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A539F0 (or 0xA539F0) is known color: Blue Violet. HEX triplet: A5, 39 and F0. RGB value is (165,57,240). Sum of RGB (Red+Green+Blue) = 165+57+240=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #A539F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A539F0 is #5AC60F. Grayscale: #6D6D6D. Windows color (decimal): -5948944 or 15743397. OLE color: 15743397.

HSL color Cylindrical-coordinate representation of color #A539F0: hue angle of 275.41º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A539F0 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 57 240 -
CMYK 0.31 0.76 0 0.06
HSL 275.41º 0.86% 0.58% -
HSV(B) 275.41º 0.76% 0.94% -
XYZ 32.71 17.22 84.04 -
YUV 110.15 201.28 167.12 -
System Red Green Blue C M Y K H S L
Decimal 165 57 240 0.31 0.76 0 0.06 275.41 0.86 0.58
Hex A5 39 F0 1F 4C 0 6 113 56 3A
Octal 245 71 360 37 114 0 6 423 126 72
Binary 10100101 111001 11110000 11111 1001100 0 110 100010011 1010110 111010

Color Harmonies of #A539F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A539F0

Black with #A539F0

Text Example


Text Example

White with #A539F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A539F0; }

 p { color: rgb(165,57,240); }

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

background-color css

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

 a { background-color: rgb(165,57,240); }

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

border-color css

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

 span { border-color: rgb(165,57,240); }

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