Html Css Color HEX #A41CEE Blue Violet

📋 copy color: '#A41CEE'

red 164 ◦ green 28 ◦ blue 238

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

Shades of Blue Violet #A41CEE

Tints of Blue Violet #A41CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 38.14%
G = 6.51%
B = 55.35%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A41CEE (or 0xA41CEE) is known color: Blue Violet. HEX triplet: A4, 1C and EE. RGB value is (164,28,238). Sum of RGB (Red+Green+Blue) = 164+28+238=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #A41CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41CEE is #5BE311. Grayscale: #5B5B5B. Windows color (decimal): -6021906 or 15604900. OLE color: 15604900.

HSL color Cylindrical-coordinate representation of color #A41CEE: hue angle of 278.86º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41CEE is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 28 238 -
CMYK 0.31 0.88 0 0.07
HSL 278.86º 0.86% 0.52% -
HSV(B) 278.86º 0.88% 0.93% -
XYZ 31.16 14.9 82.12 -
YUV 92.6 210.06 178.92 -
System Red Green Blue C M Y K H S L
Decimal 164 28 238 0.31 0.88 0 0.07 278.86 0.86 0.52
Hex A4 1C EE 1F 58 0 7 117 56 34
Octal 244 34 356 37 130 0 7 427 126 64
Binary 10100100 11100 11101110 11111 1011000 0 111 100010111 1010110 110100

Color Harmonies of #A41CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CEE

Black with #A41CEE

Text Example


Text Example

White with #A41CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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