Html Css Color HEX #A841FC Blue Violet

📋 copy color: '#A841FC'

red 168 ◦ green 65 ◦ blue 252

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

Shades of Blue Violet #A841FC

Tints of Blue Violet #A841FC

RGB

 RED value IS 168 (66.02% from 255) = 34.64%

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

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

R = 34.64%
G = 13.4%
B = 51.96%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A841FC (or 0xA841FC) is known color: Blue Violet. HEX triplet: A8, 41 and FC. RGB value is (168,65,252). Sum of RGB (Red+Green+Blue) = 168+65+252=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #A841FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A841FC is #57BE03. Grayscale: #747474. Windows color (decimal): -5750276 or 16531880. OLE color: 16531880.

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

Color convert

RGB 168 65 252 -
CMYK 0.33 0.74 0 0.01
HSL 273.05º 0.97% 0.62% -
HSV(B) 273.05º 0.74% 0.99% -
XYZ 35.61 19.13 93.91 -
YUV 117.12 204.12 164.29 -
System Red Green Blue C M Y K H S L
Decimal 168 65 252 0.33 0.74 0 0.01 273.05 0.97 0.62
Hex A8 41 FC 21 4A 0 1 111 61 3E
Octal 250 101 374 41 112 0 1 421 141 76
Binary 10101000 1000001 11111100 100001 1001010 0 1 100010001 1100001 111110

Color Harmonies of #A841FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841FC

Black with #A841FC

Text Example


Text Example

White with #A841FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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