Html Css Color HEX #A61DF0 Blue Violet

📋 copy color: '#A61DF0'

red 166 ◦ green 29 ◦ blue 240

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

Shades of Blue Violet #A61DF0

Tints of Blue Violet #A61DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.17%

R = 38.16%
G = 6.67%
B = 55.17%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A61DF0 (or 0xA61DF0) is known color: Blue Violet. HEX triplet: A6, 1D and F0. RGB value is (166,29,240). Sum of RGB (Red+Green+Blue) = 166+29+240=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #A61DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61DF0 is #59E20F. Grayscale: #5D5D5D. Windows color (decimal): -5890576 or 15736230. OLE color: 15736230.

HSL color Cylindrical-coordinate representation of color #A61DF0: hue angle of 278.96º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61DF0 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 29 240 -
CMYK 0.31 0.88 0 0.06
HSL 278.96º 0.88% 0.53% -
HSV(B) 278.96º 0.88% 0.94% -
XYZ 31.89 15.28 83.71 -
YUV 94.02 210.39 179.34 -
System Red Green Blue C M Y K H S L
Decimal 166 29 240 0.31 0.88 0 0.06 278.96 0.88 0.53
Hex A6 1D F0 1F 58 0 6 117 58 35
Octal 246 35 360 37 130 0 6 427 130 65
Binary 10100110 11101 11110000 11111 1011000 0 110 100010111 1011000 110101

Color Harmonies of #A61DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61DF0

Black with #A61DF0

Text Example


Text Example

White with #A61DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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