Html Css Color HEX #A61FE9 Blue Violet

📋 copy color: '#A61FE9'

red 166 ◦ green 31 ◦ blue 233

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

Shades of Blue Violet #A61FE9

Tints of Blue Violet #A61FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 54.19%

R = 38.6%
G = 7.21%
B = 54.19%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A61FE9 (or 0xA61FE9) is known color: Blue Violet. HEX triplet: A6, 1F and E9. RGB value is (166,31,233). Sum of RGB (Red+Green+Blue) = 166+31+233=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 233 (91.41% from 255 or 54.19% from 430); Max value from RGB is 233 - color contains mainly: blue. Hex color #A61FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61FE9 is #59E016. Grayscale: #5D5D5D. Windows color (decimal): -5890071 or 15277990. OLE color: 15277990.

HSL color Cylindrical-coordinate representation of color #A61FE9: hue angle of 280.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61FE9 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 31 233 -
CMYK 0.29 0.87 0 0.09
HSL 280.1º 0.82% 0.52% -
HSV(B) 280.1º 0.87% 0.91% -
XYZ 30.92 14.97 78.35 -
YUV 94.39 206.23 179.07 -
System Red Green Blue C M Y K H S L
Decimal 166 31 233 0.29 0.87 0 0.09 280.1 0.82 0.52
Hex A6 1F E9 1D 57 0 9 118 52 34
Octal 246 37 351 35 127 0 11 430 122 64
Binary 10100110 11111 11101001 11101 1010111 0 1001 100011000 1010010 110100

Color Harmonies of #A61FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61FE9

Black with #A61FE9

Text Example


Text Example

White with #A61FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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