Html Css Color HEX #A61EEB Blue Violet

📋 copy color: '#A61EEB'

red 166 ◦ green 30 ◦ blue 235

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

Shades of Blue Violet #A61EEB

Tints of Blue Violet #A61EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 38.52%
G = 6.96%
B = 54.52%

CMYK

 C value IS 0.29

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A61EEB (or 0xA61EEB) is known color: Blue Violet. HEX triplet: A6, 1E and EB. RGB value is (166,30,235). Sum of RGB (Red+Green+Blue) = 166+30+235=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #A61EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61EEB is #59E114. Grayscale: #5D5D5D. Windows color (decimal): -5890325 or 15408806. OLE color: 15408806.

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

Color convert

RGB 166 30 235 -
CMYK 0.29 0.87 0 0.08
HSL 279.8º 0.84% 0.52% -
HSV(B) 279.8º 0.87% 0.92% -
XYZ 31.19 15.03 79.86 -
YUV 94.03 207.56 179.33 -
System Red Green Blue C M Y K H S L
Decimal 166 30 235 0.29 0.87 0 0.08 279.8 0.84 0.52
Hex A6 1E EB 1D 57 0 8 118 54 34
Octal 246 36 353 35 127 0 10 430 124 64
Binary 10100110 11110 11101011 11101 1010111 0 1000 100011000 1010100 110100

Color Harmonies of #A61EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61EEB

Black with #A61EEB

Text Example


Text Example

White with #A61EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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