Html Css Color HEX #A41CE4 Blue Violet

📋 copy color: '#A41CE4'

red 164 ◦ green 28 ◦ blue 228

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

Shades of Blue Violet #A41CE4

Tints of Blue Violet #A41CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 54.29%

R = 39.05%
G = 6.67%
B = 54.29%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A41CE4 (or 0xA41CE4) is known color: Blue Violet. HEX triplet: A4, 1C and E4. RGB value is (164,28,228). Sum of RGB (Red+Green+Blue) = 164+28+228=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 228 (89.45% from 255 or 54.29% from 420); Max value from RGB is 228 - color contains mainly: blue. Hex color #A41CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41CE4 is #5BE31B. Grayscale: #5A5A5A. Windows color (decimal): -6021916 or 14949540. OLE color: 14949540.

HSL color Cylindrical-coordinate representation of color #A41CE4: hue angle of 280.8º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41CE4 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 28 228 -
CMYK 0.28 0.88 0 0.11
HSL 280.8º 0.79% 0.5% -
HSV(B) 280.8º 0.88% 0.89% -
XYZ 29.73 14.32 74.6 -
YUV 91.46 205.06 179.74 -
System Red Green Blue C M Y K H S L
Decimal 164 28 228 0.28 0.88 0 0.11 280.8 0.79 0.5
Hex A4 1C E4 1C 58 0 B 119 4F 32
Octal 244 34 344 34 130 0 13 431 117 62
Binary 10100100 11100 11100100 11100 1011000 0 1011 100011001 1001111 110010

Color Harmonies of #A41CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CE4

Black with #A41CE4

Text Example


Text Example

White with #A41CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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