Html Css Color HEX #A61DF5 Blue Violet

📋 copy color: '#A61DF5'

red 166 ◦ green 29 ◦ blue 245

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

Shades of Blue Violet #A61DF5

Tints of Blue Violet #A61DF5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.59%

 BLUE value IS 245 (96.09% from 255) = 55.68%

R = 37.73%
G = 6.59%
B = 55.68%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A61DF5 (or 0xA61DF5) is known color: Blue Violet. HEX triplet: A6, 1D and F5. RGB value is (166,29,245). Sum of RGB (Red+Green+Blue) = 166+29+245=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #A61DF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61DF5 is #59E20A. Grayscale: #5D5D5D. Windows color (decimal): -5890571 or 16063910. OLE color: 16063910.

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

Color convert

RGB 166 29 245 -
CMYK 0.32 0.88 0 0.04
HSL 278.06º 0.92% 0.54% -
HSV(B) 278.06º 0.88% 0.96% -
XYZ 32.65 15.58 87.67 -
YUV 94.59 212.89 178.94 -
System Red Green Blue C M Y K H S L
Decimal 166 29 245 0.32 0.88 0 0.04 278.06 0.92 0.54
Hex A6 1D F5 20 58 0 4 116 5C 36
Octal 246 35 365 40 130 0 4 426 134 66
Binary 10100110 11101 11110101 100000 1011000 0 100 100010110 1011100 110110

Color Harmonies of #A61DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61DF5

Black with #A61DF5

Text Example


Text Example

White with #A61DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61DF5; }

 p { color: rgb(166,29,245); }

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

background-color css

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

 a { background-color: rgb(166,29,245); }

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

border-color css

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

 span { border-color: rgb(166,29,245); }

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