Html Css Color HEX #A41CEA Blue Violet

📋 copy color: '#A41CEA'

red 164 ◦ green 28 ◦ blue 234

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

Shades of Blue Violet #A41CEA

Tints of Blue Violet #A41CEA

RGB

 RED value IS 164 (64.45% from 255) = 38.5%

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

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

R = 38.5%
G = 6.57%
B = 54.93%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A41CEA (or 0xA41CEA) is known color: Blue Violet. HEX triplet: A4, 1C and EA. RGB value is (164,28,234). Sum of RGB (Red+Green+Blue) = 164+28+234=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #A41CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41CEA is #5BE315. Grayscale: #5B5B5B. Windows color (decimal): -6021910 or 15342756. OLE color: 15342756.

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

Color convert

RGB 164 28 234 -
CMYK 0.30 0.88 0 0.08
HSL 279.61º 0.83% 0.51% -
HSV(B) 279.61º 0.88% 0.92% -
XYZ 30.58 14.66 79.06 -
YUV 92.15 208.06 179.25 -
System Red Green Blue C M Y K H S L
Decimal 164 28 234 0.30 0.88 0 0.08 279.61 0.83 0.51
Hex A4 1C EA 1E 58 0 8 118 53 33
Octal 244 34 352 36 130 0 10 430 123 63
Binary 10100100 11100 11101010 11110 1011000 0 1000 100011000 1010011 110011

Color Harmonies of #A41CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CEA

Black with #A41CEA

Text Example


Text Example

White with #A41CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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