Html Css Color HEX #A61EFB Blue Violet

📋 copy color: '#A61EFB'

red 166 ◦ green 30 ◦ blue 251

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

Shades of Blue Violet #A61EFB

Tints of Blue Violet #A61EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.71%

 BLUE value IS 251 (98.44% from 255) = 56.15%

R = 37.14%
G = 6.71%
B = 56.15%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A61EFB (or 0xA61EFB) is known color: Blue Violet. HEX triplet: A6, 1E and FB. RGB value is (166,30,251). Sum of RGB (Red+Green+Blue) = 166+30+251=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #A61EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61EFB is #59E104. Grayscale: #5F5F5F. Windows color (decimal): -5890309 or 16457382. OLE color: 16457382.

HSL color Cylindrical-coordinate representation of color #A61EFB: hue angle of 276.92º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61EFB is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 30 251 -
CMYK 0.34 0.88 0 0.02
HSL 276.92º 0.97% 0.55% -
HSV(B) 276.92º 0.88% 0.98% -
XYZ 33.6 16 92.58 -
YUV 95.86 215.56 178.03 -
System Red Green Blue C M Y K H S L
Decimal 166 30 251 0.34 0.88 0 0.02 276.92 0.97 0.55
Hex A6 1E FB 22 58 0 2 115 61 37
Octal 246 36 373 42 130 0 2 425 141 67
Binary 10100110 11110 11111011 100010 1011000 0 10 100010101 1100001 110111

Color Harmonies of #A61EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61EFB

Black with #A61EFB

Text Example


Text Example

White with #A61EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61EFB; }

 p { color: rgb(166,30,251); }

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

background-color css

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

 a { background-color: rgb(166,30,251); }

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

border-color css

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

 span { border-color: rgb(166,30,251); }

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