Html Css Color HEX #A41FEA Blue Violet

📋 copy color: '#A41FEA'

red 164 ◦ green 31 ◦ blue 234

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

Shades of Blue Violet #A41FEA

Tints of Blue Violet #A41FEA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.23%

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

R = 38.23%
G = 7.23%
B = 54.55%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A41FEA (or 0xA41FEA) is known color: Blue Violet. HEX triplet: A4, 1F and EA. RGB value is (164,31,234). Sum of RGB (Red+Green+Blue) = 164+31+234=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #A41FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41FEA is #5BE015. Grayscale: #5D5D5D. Windows color (decimal): -6021142 or 15343524. OLE color: 15343524.

HSL color Cylindrical-coordinate representation of color #A41FEA: hue angle of 279.31º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41FEA is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 164 31 234 -
CMYK 0.30 0.87 0 0.08
HSL 279.31º 0.83% 0.52% -
HSV(B) 279.31º 0.87% 0.92% -
XYZ 30.65 14.81 79.09 -
YUV 93.91 207.06 177.99 -
System Red Green Blue C M Y K H S L
Decimal 164 31 234 0.30 0.87 0 0.08 279.31 0.83 0.52
Hex A4 1F EA 1E 57 0 8 117 53 34
Octal 244 37 352 36 127 0 10 427 123 64
Binary 10100100 11111 11101010 11110 1010111 0 1000 100010111 1010011 110100

Color Harmonies of #A41FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FEA

Black with #A41FEA

Text Example


Text Example

White with #A41FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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