Html Css Color HEX #A040FF Blue Violet

📋 copy color: '#A040FF'

red 160 ◦ green 64 ◦ blue 255

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

Shades of Blue Violet #A040FF

Tints of Blue Violet #A040FF

RGB

 RED value IS 160 (62.89% from 255) = 33.4%

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 33.4%
G = 13.36%
B = 53.24%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A040FF (or 0xA040FF) is known color: Blue Violet. HEX triplet: A0, 40 and FF. RGB value is (160,64,255). Sum of RGB (Red+Green+Blue) = 160+64+255=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #A040FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A040FF is #5FBF00. Grayscale: #717171. Windows color (decimal): -6274817 or 16728224. OLE color: 16728224.

HSL color Cylindrical-coordinate representation of color #A040FF: hue angle of 270.16º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A040FF is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 64 255 -
CMYK 0.37 0.75 0 0
HSL 270.16º 1% 0.63% -
HSV(B) 270.16º 0.75% 1% -
XYZ 34.38 18.36 96.34 -
YUV 114.48 207.3 160.47 -
System Red Green Blue C M Y K H S L
Decimal 160 64 255 0.37 0.75 0 0 270.16 1 0.63
Hex A0 40 FF 25 4B 0 0 10E 64 3F
Octal 240 100 377 45 113 0 0 416 144 77
Binary 10100000 1000000 11111111 100101 1001011 0 0 100001110 1100100 111111

Color Harmonies of #A040FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A040FF

Black with #A040FF

Text Example


Text Example

White with #A040FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A040FF; }

 p { color: rgb(160,64,255); }

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

background-color css

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

 a { background-color: rgb(160,64,255); }

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

border-color css

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

 span { border-color: rgb(160,64,255); }

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