Html Css Color HEX #A641F6 Blue Violet

📋 copy color: '#A641F6'

red 166 ◦ green 65 ◦ blue 246

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

Shades of Blue Violet #A641F6

Tints of Blue Violet #A641F6

RGB

 RED value IS 166 (65.23% from 255) = 34.8%

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

 BLUE value IS 246 (96.48% from 255) = 51.57%

R = 34.8%
G = 13.63%
B = 51.57%

CMYK

 C value IS 0.33

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A641F6 (or 0xA641F6) is known color: Blue Violet. HEX triplet: A6, 41 and F6. RGB value is (166,65,246). Sum of RGB (Red+Green+Blue) = 166+65+246=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #A641F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A641F6 is #59BE09. Grayscale: #737373. Windows color (decimal): -5881354 or 16138662. OLE color: 16138662.

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

Color convert

RGB 166 65 246 -
CMYK 0.33 0.74 0 0.04
HSL 273.48º 0.91% 0.61% -
HSV(B) 273.48º 0.74% 0.96% -
XYZ 34.25 18.54 88.96 -
YUV 115.83 201.46 163.78 -
System Red Green Blue C M Y K H S L
Decimal 166 65 246 0.33 0.74 0 0.04 273.48 0.91 0.61
Hex A6 41 F6 21 4A 0 4 111 5B 3D
Octal 246 101 366 41 112 0 4 421 133 75
Binary 10100110 1000001 11110110 100001 1001010 0 100 100010001 1011011 111101

Color Harmonies of #A641F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A641F6

Black with #A641F6

Text Example


Text Example

White with #A641F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A641F6; }

 p { color: rgb(166,65,246); }

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

background-color css

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

 a { background-color: rgb(166,65,246); }

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

border-color css

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

 span { border-color: rgb(166,65,246); }

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