Html Css Color HEX #A61CF4 Blue Violet

📋 copy color: '#A61CF4'

red 166 ◦ green 28 ◦ blue 244

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

Shades of Blue Violet #A61CF4

Tints of Blue Violet #A61CF4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.39%

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

R = 37.9%
G = 6.39%
B = 55.71%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A61CF4 (or 0xA61CF4) is known color: Blue Violet. HEX triplet: A6, 1C and F4. RGB value is (166,28,244). Sum of RGB (Red+Green+Blue) = 166+28+244=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 244 (95.70% from 255 or 55.71% from 438); Max value from RGB is 244 - color contains mainly: blue. Hex color #A61CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61CF4 is #59E30B. Grayscale: #5D5D5D. Windows color (decimal): -5890828 or 15998118. OLE color: 15998118.

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

Color convert

RGB 166 28 244 -
CMYK 0.32 0.89 0 0.04
HSL 278.33º 0.91% 0.53% -
HSV(B) 278.33º 0.89% 0.96% -
XYZ 32.47 15.47 86.86 -
YUV 93.89 212.72 179.44 -
System Red Green Blue C M Y K H S L
Decimal 166 28 244 0.32 0.89 0 0.04 278.33 0.91 0.53
Hex A6 1C F4 20 59 0 4 116 5B 35
Octal 246 34 364 40 131 0 4 426 133 65
Binary 10100110 11100 11110100 100000 1011001 0 100 100010110 1011011 110101

Color Harmonies of #A61CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61CF4

Black with #A61CF4

Text Example


Text Example

White with #A61CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61CF4; }

 p { color: rgb(166,28,244); }

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

background-color css

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

 a { background-color: rgb(166,28,244); }

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

border-color css

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

 span { border-color: rgb(166,28,244); }

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