Html Css Color HEX #A61FED Blue Violet

📋 copy color: '#A61FED'

red 166 ◦ green 31 ◦ blue 237

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

Shades of Blue Violet #A61FED

Tints of Blue Violet #A61FED

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.14%

 BLUE value IS 237 (92.97% from 255) = 54.61%

R = 38.25%
G = 7.14%
B = 54.61%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A61FED (or 0xA61FED) is known color: Blue Violet. HEX triplet: A6, 1F and ED. RGB value is (166,31,237). Sum of RGB (Red+Green+Blue) = 166+31+237=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #A61FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61FED is #59E012. Grayscale: #5E5E5E. Windows color (decimal): -5890067 or 15540134. OLE color: 15540134.

HSL color Cylindrical-coordinate representation of color #A61FED: hue angle of 279.32º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61FED is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 31 237 -
CMYK 0.30 0.87 0 0.07
HSL 279.32º 0.85% 0.53% -
HSV(B) 279.32º 0.87% 0.93% -
XYZ 31.5 15.2 81.39 -
YUV 94.85 208.23 178.75 -
System Red Green Blue C M Y K H S L
Decimal 166 31 237 0.30 0.87 0 0.07 279.32 0.85 0.53
Hex A6 1F ED 1E 57 0 7 117 55 35
Octal 246 37 355 36 127 0 7 427 125 65
Binary 10100110 11111 11101101 11110 1010111 0 111 100010111 1010101 110101

Color Harmonies of #A61FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61FED

Black with #A61FED

Text Example


Text Example

White with #A61FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61FED; }

 p { color: rgb(166,31,237); }

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

background-color css

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

 a { background-color: rgb(166,31,237); }

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

border-color css

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

 span { border-color: rgb(166,31,237); }

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