Html Css Color HEX #A61FFB Blue Violet

📋 copy color: '#A61FFB'

red 166 ◦ green 31 ◦ blue 251

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

Shades of Blue Violet #A61FFB

Tints of Blue Violet #A61FFB

RGB

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

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

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

R = 37.05%
G = 6.92%
B = 56.03%

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

#A61FFB (or 0xA61FFB) is known color: Blue Violet. HEX triplet: A6, 1F and FB. RGB value is (166,31,251). Sum of RGB (Red+Green+Blue) = 166+31+251=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 31 (12.5% from 255 or 6.92% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #A61FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61FFB is #59E004. Grayscale: #5F5F5F. Windows color (decimal): -5890053 or 16457638. OLE color: 16457638.

HSL color Cylindrical-coordinate representation of color #A61FFB: hue angle of 276.82º degrees, saturation: 0.96, 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 #A61FFB is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 31 251 -
CMYK 0.34 0.88 0 0.02
HSL 276.82º 0.96% 0.55% -
HSV(B) 276.82º 0.88% 0.98% -
XYZ 33.63 16.05 92.59 -
YUV 96.45 215.23 177.61 -
System Red Green Blue C M Y K H S L
Decimal 166 31 251 0.34 0.88 0 0.02 276.82 0.96 0.55
Hex A6 1F FB 22 58 0 2 115 60 37
Octal 246 37 373 42 130 0 2 425 140 67
Binary 10100110 11111 11111011 100010 1011000 0 10 100010101 1100000 110111

Color Harmonies of #A61FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61FFB

Black with #A61FFB

Text Example


Text Example

White with #A61FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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