Html Css Color HEX #A61EEA Blue Violet

📋 copy color: '#A61EEA'

red 166 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #A61EEA

Tints of Blue Violet #A61EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.42%

R = 38.6%
G = 6.98%
B = 54.42%

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

#A61EEA (or 0xA61EEA) is known color: Blue Violet. HEX triplet: A6, 1E and EA. RGB value is (166,30,234). Sum of RGB (Red+Green+Blue) = 166+30+234=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #A61EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61EEA is #59E115. Grayscale: #5D5D5D. Windows color (decimal): -5890326 or 15343270. OLE color: 15343270.

HSL color Cylindrical-coordinate representation of color #A61EEA: hue angle of 280º degrees, saturation: 0.83, 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 #A61EEA is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 30 234 -
CMYK 0.29 0.87 0 0.08
HSL 280º 0.83% 0.52% -
HSV(B) 280º 0.87% 0.92% -
XYZ 31.04 14.98 79.1 -
YUV 93.92 207.06 179.41 -
System Red Green Blue C M Y K H S L
Decimal 166 30 234 0.29 0.87 0 0.08 280 0.83 0.52
Hex A6 1E EA 1D 57 0 8 118 53 34
Octal 246 36 352 35 127 0 10 430 123 64
Binary 10100110 11110 11101010 11101 1010111 0 1000 100011000 1010011 110100

Color Harmonies of #A61EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61EEA

Black with #A61EEA

Text Example


Text Example

White with #A61EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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