Html Css Color HEX #A04FFA Blue Violet

📋 copy color: '#A04FFA'

red 160 ◦ green 79 ◦ blue 250

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

Shades of Blue Violet #A04FFA

Tints of Blue Violet #A04FFA

RGB

 RED value IS 160 (62.89% from 255) = 32.72%

 GREEN value IS 79 (31.25% from 255) = 16.16%

 BLUE value IS 250 (98.05% from 255) = 51.12%

R = 32.72%
G = 16.16%
B = 51.12%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A04FFA (or 0xA04FFA) is known color: Blue Violet. HEX triplet: A0, 4F and FA. RGB value is (160,79,250). Sum of RGB (Red+Green+Blue) = 160+79+250=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #A04FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04FFA is #5FB005. Grayscale: #7A7A7A. Windows color (decimal): -6270982 or 16404384. OLE color: 16404384.

HSL color Cylindrical-coordinate representation of color #A04FFA: hue angle of 268.42º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04FFA is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 79 250 -
CMYK 0.36 0.68 0 0.02
HSL 268.42º 0.94% 0.65% -
HSV(B) 268.42º 0.68% 0.98% -
XYZ 34.55 19.97 92.48 -
YUV 122.71 199.84 154.6 -
System Red Green Blue C M Y K H S L
Decimal 160 79 250 0.36 0.68 0 0.02 268.42 0.94 0.65
Hex A0 4F FA 24 44 0 2 10C 5E 41
Octal 240 117 372 44 104 0 2 414 136 101
Binary 10100000 1001111 11111010 100100 1000100 0 10 100001100 1011110 1000001

Color Harmonies of #A04FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FFA

Black with #A04FFA

Text Example


Text Example

White with #A04FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FFA; }

 p { color: rgb(160,79,250); }

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

background-color css

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

 a { background-color: rgb(160,79,250); }

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

border-color css

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

 span { border-color: rgb(160,79,250); }

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