Html Css Color HEX #A61EE7 Blue Violet

📋 copy color: '#A61EE7'

red 166 ◦ green 30 ◦ blue 231

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

Shades of Blue Violet #A61EE7

Tints of Blue Violet #A61EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 54.1%

R = 38.88%
G = 7.03%
B = 54.1%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A61EE7 (or 0xA61EE7) is known color: Blue Violet. HEX triplet: A6, 1E and E7. RGB value is (166,30,231). Sum of RGB (Red+Green+Blue) = 166+30+231=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 30 (12.11% from 255 or 7.03% from 427); Blue value is 231 (90.62% from 255 or 54.10% from 427); Max value from RGB is 231 - color contains mainly: blue. Hex color #A61EE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61EE7 is #59E118. Grayscale: #5C5C5C. Windows color (decimal): -5890329 or 15146662. OLE color: 15146662.

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

Color convert

RGB 166 30 231 -
CMYK 0.28 0.87 0 0.09
HSL 280.6º 0.81% 0.51% -
HSV(B) 280.6º 0.87% 0.91% -
XYZ 30.61 14.81 76.85 -
YUV 93.58 205.56 179.66 -
System Red Green Blue C M Y K H S L
Decimal 166 30 231 0.28 0.87 0 0.09 280.6 0.81 0.51
Hex A6 1E E7 1C 57 0 9 119 51 33
Octal 246 36 347 34 127 0 11 431 121 63
Binary 10100110 11110 11100111 11100 1010111 0 1001 100011001 1010001 110011

Color Harmonies of #A61EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61EE7

Black with #A61EE7

Text Example


Text Example

White with #A61EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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