Html Css Color HEX #A44DF4 Blue Violet

📋 copy color: '#A44DF4'

red 164 ◦ green 77 ◦ blue 244

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

Shades of Blue Violet #A44DF4

Tints of Blue Violet #A44DF4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.88%

 BLUE value IS 244 (95.7% from 255) = 50.31%

R = 33.81%
G = 15.88%
B = 50.31%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A44DF4 (or 0xA44DF4) is known color: Blue Violet. HEX triplet: A4, 4D and F4. RGB value is (164,77,244). Sum of RGB (Red+Green+Blue) = 164+77+244=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 244 (95.70% from 255 or 50.31% from 485); Max value from RGB is 244 - color contains mainly: blue. Hex color #A44DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A44DF4 is #5BB20B. Grayscale: #797979. Windows color (decimal): -6009356 or 16010660. OLE color: 16010660.

HSL color Cylindrical-coordinate representation of color #A44DF4: hue angle of 271.26º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A44DF4 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 77 244 -
CMYK 0.33 0.68 0 0.04
HSL 271.26º 0.88% 0.63% -
HSV(B) 271.26º 0.68% 0.96% -
XYZ 34.29 19.73 87.59 -
YUV 122.05 196.82 157.92 -
System Red Green Blue C M Y K H S L
Decimal 164 77 244 0.33 0.68 0 0.04 271.26 0.88 0.63
Hex A4 4D F4 21 44 0 4 10F 58 3F
Octal 244 115 364 41 104 0 4 417 130 77
Binary 10100100 1001101 11110100 100001 1000100 0 100 100001111 1011000 111111

Color Harmonies of #A44DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44DF4

Black with #A44DF4

Text Example


Text Example

White with #A44DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44DF4; }

 p { color: rgb(164,77,244); }

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

background-color css

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

 a { background-color: rgb(164,77,244); }

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

border-color css

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

 span { border-color: rgb(164,77,244); }

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