Html Css Color HEX #A441EF Blue Violet

📋 copy color: '#A441EF'

red 164 ◦ green 65 ◦ blue 239

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

Shades of Blue Violet #A441EF

Tints of Blue Violet #A441EF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.89%

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

R = 35.04%
G = 13.89%
B = 51.07%

CMYK

 C value IS 0.31

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A441EF (or 0xA441EF) is known color: Blue Violet. HEX triplet: A4, 41 and EF. RGB value is (164,65,239). Sum of RGB (Red+Green+Blue) = 164+65+239=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #A441EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A441EF is #5BBE10. Grayscale: #717171. Windows color (decimal): -6012433 or 15679908. OLE color: 15679908.

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

Color convert

RGB 164 65 239 -
CMYK 0.31 0.73 0 0.06
HSL 274.14º 0.84% 0.6% -
HSV(B) 274.14º 0.73% 0.94% -
XYZ 32.78 17.91 83.39 -
YUV 114.44 198.3 163.35 -
System Red Green Blue C M Y K H S L
Decimal 164 65 239 0.31 0.73 0 0.06 274.14 0.84 0.6
Hex A4 41 EF 1F 49 0 6 112 54 3C
Octal 244 101 357 37 111 0 6 422 124 74
Binary 10100100 1000001 11101111 11111 1001001 0 110 100010010 1010100 111100

Color Harmonies of #A441EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441EF

Black with #A441EF

Text Example


Text Example

White with #A441EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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