Html Css Color HEX #A41CED Blue Violet

📋 copy color: '#A41CED'

red 164 ◦ green 28 ◦ blue 237

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

Shades of Blue Violet #A41CED

Tints of Blue Violet #A41CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.24%

R = 38.23%
G = 6.53%
B = 55.24%

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

#A41CED (or 0xA41CED) is known color: Blue Violet. HEX triplet: A4, 1C and ED. RGB value is (164,28,237). Sum of RGB (Red+Green+Blue) = 164+28+237=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #A41CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41CED is #5BE312. Grayscale: #5B5B5B. Windows color (decimal): -6021907 or 15539364. OLE color: 15539364.

HSL color Cylindrical-coordinate representation of color #A41CED: hue angle of 279.04º degrees, saturation: 0.85, 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 #A41CED is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 28 237 -
CMYK 0.31 0.88 0 0.07
HSL 279.04º 0.85% 0.52% -
HSV(B) 279.04º 0.88% 0.93% -
XYZ 31.01 14.84 81.35 -
YUV 92.49 209.56 179.01 -
System Red Green Blue C M Y K H S L
Decimal 164 28 237 0.31 0.88 0 0.07 279.04 0.85 0.52
Hex A4 1C ED 1F 58 0 7 117 55 34
Octal 244 34 355 37 130 0 7 427 125 64
Binary 10100100 11100 11101101 11111 1011000 0 111 100010111 1010101 110100

Color Harmonies of #A41CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CED

Black with #A41CED

Text Example


Text Example

White with #A41CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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