Html Css Color HEX #A341FC Blue Violet

📋 copy color: '#A341FC'

red 163 ◦ green 65 ◦ blue 252

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

Shades of Blue Violet #A341FC

Tints of Blue Violet #A341FC

RGB

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

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

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

R = 33.96%
G = 13.54%
B = 52.5%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A341FC (or 0xA341FC) is known color: Blue Violet. HEX triplet: A3, 41 and FC. RGB value is (163,65,252). Sum of RGB (Red+Green+Blue) = 163+65+252=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #A341FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A341FC is #5CBE03. Grayscale: #727272. Windows color (decimal): -6077956 or 16531875. OLE color: 16531875.

HSL color Cylindrical-coordinate representation of color #A341FC: hue angle of 271.44º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A341FC is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 65 252 -
CMYK 0.35 0.74 0 0.01
HSL 271.44º 0.97% 0.62% -
HSV(B) 271.44º 0.74% 0.99% -
XYZ 34.57 18.6 93.86 -
YUV 115.62 204.97 161.79 -
System Red Green Blue C M Y K H S L
Decimal 163 65 252 0.35 0.74 0 0.01 271.44 0.97 0.62
Hex A3 41 FC 23 4A 0 1 10F 61 3E
Octal 243 101 374 43 112 0 1 417 141 76
Binary 10100011 1000001 11111100 100011 1001010 0 1 100001111 1100001 111110

Color Harmonies of #A341FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A341FC

Black with #A341FC

Text Example


Text Example

White with #A341FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A341FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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