Html Css Color HEX #A040FC Blue Violet

📋 copy color: '#A040FC'

red 160 ◦ green 64 ◦ blue 252

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

Shades of Blue Violet #A040FC

Tints of Blue Violet #A040FC

RGB

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

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

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

R = 33.61%
G = 13.45%
B = 52.94%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A040FC (or 0xA040FC) is known color: Blue Violet. HEX triplet: A0, 40 and FC. RGB value is (160,64,252). Sum of RGB (Red+Green+Blue) = 160+64+252=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #A040FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A040FC is #5FBF03. Grayscale: #717171. Windows color (decimal): -6274820 or 16531616. OLE color: 16531616.

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

Color convert

RGB 160 64 252 -
CMYK 0.37 0.75 0 0.01
HSL 270.64º 0.97% 0.62% -
HSV(B) 270.64º 0.75% 0.99% -
XYZ 33.9 18.17 93.82 -
YUV 114.14 205.8 160.71 -
System Red Green Blue C M Y K H S L
Decimal 160 64 252 0.37 0.75 0 0.01 270.64 0.97 0.62
Hex A0 40 FC 25 4B 0 1 10F 61 3E
Octal 240 100 374 45 113 0 1 417 141 76
Binary 10100000 1000000 11111100 100101 1001011 0 1 100001111 1100001 111110

Color Harmonies of #A040FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A040FC

Black with #A040FC

Text Example


Text Example

White with #A040FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A040FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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