Html Css Color HEX #A41CEF Blue Violet

📋 copy color: '#A41CEF'

red 164 ◦ green 28 ◦ blue 239

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

Shades of Blue Violet #A41CEF

Tints of Blue Violet #A41CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.45%

R = 38.05%
G = 6.5%
B = 55.45%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A41CEF (or 0xA41CEF) is known color: Blue Violet. HEX triplet: A4, 1C and EF. RGB value is (164,28,239). Sum of RGB (Red+Green+Blue) = 164+28+239=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #A41CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41CEF is #5BE310. Grayscale: #5C5C5C. Windows color (decimal): -6021905 or 15670436. OLE color: 15670436.

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

Color convert

RGB 164 28 239 -
CMYK 0.31 0.88 0 0.06
HSL 278.67º 0.87% 0.52% -
HSV(B) 278.67º 0.88% 0.94% -
XYZ 31.31 14.96 82.9 -
YUV 92.72 210.56 178.84 -
System Red Green Blue C M Y K H S L
Decimal 164 28 239 0.31 0.88 0 0.06 278.67 0.87 0.52
Hex A4 1C EF 1F 58 0 6 117 57 34
Octal 244 34 357 37 130 0 6 427 127 64
Binary 10100100 11100 11101111 11111 1011000 0 110 100010111 1010111 110100

Color Harmonies of #A41CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CEF

Black with #A41CEF

Text Example


Text Example

White with #A41CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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