Html Css Color HEX #A444F0 Blue Violet

📋 copy color: '#A444F0'

red 164 ◦ green 68 ◦ blue 240

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

Shades of Blue Violet #A444F0

Tints of Blue Violet #A444F0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.41%

 BLUE value IS 240 (94.14% from 255) = 50.85%

R = 34.75%
G = 14.41%
B = 50.85%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A444F0 (or 0xA444F0) is known color: Blue Violet. HEX triplet: A4, 44 and F0. RGB value is (164,68,240). Sum of RGB (Red+Green+Blue) = 164+68+240=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #A444F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A444F0 is #5BBB0F. Grayscale: #737373. Windows color (decimal): -6011664 or 15746212. OLE color: 15746212.

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

Color convert

RGB 164 68 240 -
CMYK 0.32 0.72 0 0.06
HSL 273.49º 0.85% 0.6% -
HSV(B) 273.49º 0.72% 0.94% -
XYZ 33.11 18.32 84.23 -
YUV 116.31 197.8 162.01 -
System Red Green Blue C M Y K H S L
Decimal 164 68 240 0.32 0.72 0 0.06 273.49 0.85 0.6
Hex A4 44 F0 20 48 0 6 111 55 3C
Octal 244 104 360 40 110 0 6 421 125 74
Binary 10100100 1000100 11110000 100000 1001000 0 110 100010001 1010101 111100

Color Harmonies of #A444F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A444F0

Black with #A444F0

Text Example


Text Example

White with #A444F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A444F0; }

 p { color: rgb(164,68,240); }

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

background-color css

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

 a { background-color: rgb(164,68,240); }

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

border-color css

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

 span { border-color: rgb(164,68,240); }

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