Html Css Color HEX #A041FC Blue Violet

📋 copy color: '#A041FC'

red 160 ◦ green 65 ◦ blue 252

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

Shades of Blue Violet #A041FC

Tints of Blue Violet #A041FC

RGB

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

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

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

R = 33.54%
G = 13.63%
B = 52.83%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A041FC (or 0xA041FC) is known color: Blue Violet. HEX triplet: A0, 41 and FC. RGB value is (160,65,252). Sum of RGB (Red+Green+Blue) = 160+65+252=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #A041FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A041FC is #5FBE03. Grayscale: #727272. Windows color (decimal): -6274564 or 16531872. OLE color: 16531872.

HSL color Cylindrical-coordinate representation of color #A041FC: hue angle of 270.48º 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 #A041FC is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 65 252 -
CMYK 0.37 0.74 0 0.01
HSL 270.48º 0.97% 0.62% -
HSV(B) 270.48º 0.74% 0.99% -
XYZ 33.96 18.28 93.83 -
YUV 114.72 205.47 160.29 -
System Red Green Blue C M Y K H S L
Decimal 160 65 252 0.37 0.74 0 0.01 270.48 0.97 0.62
Hex A0 41 FC 25 4A 0 1 10E 61 3E
Octal 240 101 374 45 112 0 1 416 141 76
Binary 10100000 1000001 11111100 100101 1001010 0 1 100001110 1100001 111110

Color Harmonies of #A041FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041FC

Black with #A041FC

Text Example


Text Example

White with #A041FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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