Html Css Color HEX #A61CEA Blue Violet

📋 copy color: '#A61CEA'

red 166 ◦ green 28 ◦ blue 234

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

Shades of Blue Violet #A61CEA

Tints of Blue Violet #A61CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.54%

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

R = 38.79%
G = 6.54%
B = 54.67%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A61CEA (or 0xA61CEA) is known color: Blue Violet. HEX triplet: A6, 1C and EA. RGB value is (166,28,234). Sum of RGB (Red+Green+Blue) = 166+28+234=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #A61CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61CEA is #59E315. Grayscale: #5C5C5C. Windows color (decimal): -5890838 or 15342758. OLE color: 15342758.

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

Color convert

RGB 166 28 234 -
CMYK 0.29 0.88 0 0.08
HSL 280.19º 0.83% 0.51% -
HSV(B) 280.19º 0.88% 0.92% -
XYZ 30.99 14.88 79.08 -
YUV 92.75 207.72 180.25 -
System Red Green Blue C M Y K H S L
Decimal 166 28 234 0.29 0.88 0 0.08 280.19 0.83 0.51
Hex A6 1C EA 1D 58 0 8 118 53 33
Octal 246 34 352 35 130 0 10 430 123 63
Binary 10100110 11100 11101010 11101 1011000 0 1000 100011000 1010011 110011

Color Harmonies of #A61CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61CEA

Black with #A61CEA

Text Example


Text Example

White with #A61CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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