Html Css Color HEX #A940F1 Blue Violet

📋 copy color: '#A940F1'

red 169 ◦ green 64 ◦ blue 241

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

Shades of Blue Violet #A940F1

Tints of Blue Violet #A940F1

RGB

 RED value IS 169 (66.41% from 255) = 35.65%

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

 BLUE value IS 241 (94.53% from 255) = 50.84%

R = 35.65%
G = 13.5%
B = 50.84%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A940F1 (or 0xA940F1) is known color: Blue Violet. HEX triplet: A9, 40 and F1. RGB value is (169,64,241). Sum of RGB (Red+Green+Blue) = 169+64+241=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #A940F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A940F1 is #56BF0E. Grayscale: #727272. Windows color (decimal): -5685007 or 15810729. OLE color: 15810729.

HSL color Cylindrical-coordinate representation of color #A940F1: hue angle of 275.59º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A940F1 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 169 64 241 -
CMYK 0.30 0.73 0 0.05
HSL 275.59º 0.86% 0.6% -
HSV(B) 275.59º 0.73% 0.95% -
XYZ 34.07 18.45 84.98 -
YUV 115.57 198.79 166.11 -
System Red Green Blue C M Y K H S L
Decimal 169 64 241 0.30 0.73 0 0.05 275.59 0.86 0.6
Hex A9 40 F1 1E 49 0 5 114 56 3C
Octal 251 100 361 36 111 0 5 424 126 74
Binary 10101001 1000000 11110001 11110 1001001 0 101 100010100 1010110 111100

Color Harmonies of #A940F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A940F1

Black with #A940F1

Text Example


Text Example

White with #A940F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A940F1; }

 p { color: rgb(169,64,241); }

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

background-color css

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

 a { background-color: rgb(169,64,241); }

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

border-color css

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

 span { border-color: rgb(169,64,241); }

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