Html Css Color HEX #A61EFA Blue Violet

📋 copy color: '#A61EFA'

red 166 ◦ green 30 ◦ blue 250

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

Shades of Blue Violet #A61EFA

Tints of Blue Violet #A61EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.05%

R = 37.22%
G = 6.73%
B = 56.05%

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

#A61EFA (or 0xA61EFA) is known color: Blue Violet. HEX triplet: A6, 1E and FA. RGB value is (166,30,250). Sum of RGB (Red+Green+Blue) = 166+30+250=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #A61EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61EFA is #59E105. Grayscale: #5F5F5F. Windows color (decimal): -5890310 or 16391846. OLE color: 16391846.

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

Color convert

RGB 166 30 250 -
CMYK 0.34 0.88 0 0.02
HSL 277.09º 0.96% 0.55% -
HSV(B) 277.09º 0.88% 0.98% -
XYZ 33.45 15.94 91.76 -
YUV 95.74 215.06 178.11 -
System Red Green Blue C M Y K H S L
Decimal 166 30 250 0.34 0.88 0 0.02 277.09 0.96 0.55
Hex A6 1E FA 22 58 0 2 115 60 37
Octal 246 36 372 42 130 0 2 425 140 67
Binary 10100110 11110 11111010 100010 1011000 0 10 100010101 1100000 110111

Color Harmonies of #A61EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61EFA

Black with #A61EFA

Text Example


Text Example

White with #A61EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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