Html Css Color HEX #A046F1 Blue Violet

📋 copy color: '#A046F1'

red 160 ◦ green 70 ◦ blue 241

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

Shades of Blue Violet #A046F1

Tints of Blue Violet #A046F1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.86%

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

R = 33.97%
G = 14.86%
B = 51.17%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A046F1 (or 0xA046F1) is known color: Blue Violet. HEX triplet: A0, 46 and F1. RGB value is (160,70,241). Sum of RGB (Red+Green+Blue) = 160+70+241=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #A046F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A046F1 is #5FB90E. Grayscale: #737373. Windows color (decimal): -6273295 or 15812256. OLE color: 15812256.

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

Color convert

RGB 160 70 241 -
CMYK 0.34 0.71 0 0.05
HSL 271.58º 0.86% 0.61% -
HSV(B) 271.58º 0.71% 0.95% -
XYZ 32.56 18.2 85.02 -
YUV 116.4 198.32 159.1 -
System Red Green Blue C M Y K H S L
Decimal 160 70 241 0.34 0.71 0 0.05 271.58 0.86 0.61
Hex A0 46 F1 22 47 0 5 110 56 3D
Octal 240 106 361 42 107 0 5 420 126 75
Binary 10100000 1000110 11110001 100010 1000111 0 101 100010000 1010110 111101

Color Harmonies of #A046F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A046F1

Black with #A046F1

Text Example


Text Example

White with #A046F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A046F1; }

 p { color: rgb(160,70,241); }

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

background-color css

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

 a { background-color: rgb(160,70,241); }

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

border-color css

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

 span { border-color: rgb(160,70,241); }

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