Html Css Color HEX #A439F0 Blue Violet

📋 copy color: '#A439F0'

red 164 ◦ green 57 ◦ blue 240

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

Shades of Blue Violet #A439F0

Tints of Blue Violet #A439F0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.36%

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

R = 35.57%
G = 12.36%
B = 52.06%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A439F0 (or 0xA439F0) is known color: Blue Violet. HEX triplet: A4, 39 and F0. RGB value is (164,57,240). Sum of RGB (Red+Green+Blue) = 164+57+240=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 57 (22.66% from 255 or 12.36% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #A439F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A439F0 is #5BC60F. Grayscale: #6D6D6D. Windows color (decimal): -6014480 or 15743396. OLE color: 15743396.

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

Color convert

RGB 164 57 240 -
CMYK 0.32 0.76 0 0.06
HSL 275.08º 0.86% 0.58% -
HSV(B) 275.08º 0.76% 0.94% -
XYZ 32.5 17.11 84.03 -
YUV 109.86 201.45 166.62 -
System Red Green Blue C M Y K H S L
Decimal 164 57 240 0.32 0.76 0 0.06 275.08 0.86 0.58
Hex A4 39 F0 20 4C 0 6 113 56 3A
Octal 244 71 360 40 114 0 6 423 126 72
Binary 10100100 111001 11110000 100000 1001100 0 110 100010011 1010110 111010

Color Harmonies of #A439F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A439F0

Black with #A439F0

Text Example


Text Example

White with #A439F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A439F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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