Html Css Color HEX #A341F4 Blue Violet

📋 copy color: '#A341F4'

red 163 ◦ green 65 ◦ blue 244

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

Shades of Blue Violet #A341F4

Tints of Blue Violet #A341F4

RGB

 RED value IS 163 (64.06% from 255) = 34.53%

 GREEN value IS 65 (25.78% from 255) = 13.77%

 BLUE value IS 244 (95.7% from 255) = 51.69%

R = 34.53%
G = 13.77%
B = 51.69%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A341F4 (or 0xA341F4) is known color: Blue Violet. HEX triplet: A3, 41 and F4. RGB value is (163,65,244). Sum of RGB (Red+Green+Blue) = 163+65+244=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 244 (95.70% from 255 or 51.69% from 472); Max value from RGB is 244 - color contains mainly: blue. Hex color #A341F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341F4 is #5CBE0B. Grayscale: #727272. Windows color (decimal): -6077964 or 16007587. OLE color: 16007587.

HSL color Cylindrical-coordinate representation of color #A341F4: hue angle of 272.85º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A341F4 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 65 244 -
CMYK 0.33 0.73 0 0.04
HSL 272.85º 0.89% 0.61% -
HSV(B) 272.85º 0.73% 0.96% -
XYZ 33.32 18.1 87.33 -
YUV 114.71 200.97 162.45 -
System Red Green Blue C M Y K H S L
Decimal 163 65 244 0.33 0.73 0 0.04 272.85 0.89 0.61
Hex A3 41 F4 21 49 0 4 111 59 3D
Octal 243 101 364 41 111 0 4 421 131 75
Binary 10100011 1000001 11110100 100001 1001001 0 100 100010001 1011001 111101

Color Harmonies of #A341F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341F4

Black with #A341F4

Text Example


Text Example

White with #A341F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341F4; }

 p { color: rgb(163,65,244); }

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

background-color css

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

 a { background-color: rgb(163,65,244); }

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

border-color css

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

 span { border-color: rgb(163,65,244); }

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