Html Css Color HEX #A040FA Blue Violet

📋 copy color: '#A040FA'

red 160 ◦ green 64 ◦ blue 250

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

Shades of Blue Violet #A040FA

Tints of Blue Violet #A040FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 33.76%
G = 13.5%
B = 52.74%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A040FA (or 0xA040FA) is known color: Blue Violet. HEX triplet: A0, 40 and FA. RGB value is (160,64,250). Sum of RGB (Red+Green+Blue) = 160+64+250=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #A040FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A040FA is #5FBF05. Grayscale: #717171. Windows color (decimal): -6274822 or 16400544. OLE color: 16400544.

HSL color Cylindrical-coordinate representation of color #A040FA: hue angle of 270.97º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A040FA is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 64 250 -
CMYK 0.36 0.74 0 0.02
HSL 270.97º 0.95% 0.62% -
HSV(B) 270.97º 0.74% 0.98% -
XYZ 33.59 18.04 92.15 -
YUV 113.91 204.8 160.88 -
System Red Green Blue C M Y K H S L
Decimal 160 64 250 0.36 0.74 0 0.02 270.97 0.95 0.62
Hex A0 40 FA 24 4A 0 2 10F 5F 3E
Octal 240 100 372 44 112 0 2 417 137 76
Binary 10100000 1000000 11111010 100100 1001010 0 10 100001111 1011111 111110

Color Harmonies of #A040FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A040FA

Black with #A040FA

Text Example


Text Example

White with #A040FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A040FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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