Html Css Color HEX #A04CFF Blue Violet

📋 copy color: '#A04CFF'

red 160 ◦ green 76 ◦ blue 255

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

Shades of Blue Violet #A04CFF

Tints of Blue Violet #A04CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.48%

 BLUE value IS 255 (100% from 255) = 51.93%

R = 32.59%
G = 15.48%
B = 51.93%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A04CFF (or 0xA04CFF) is known color: Blue Violet. HEX triplet: A0, 4C and FF. RGB value is (160,76,255). Sum of RGB (Red+Green+Blue) = 160+76+255=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #A04CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04CFF is #5FB300. Grayscale: #787878. Windows color (decimal): -6271745 or 16731296. OLE color: 16731296.

HSL color Cylindrical-coordinate representation of color #A04CFF: hue angle of 268.16º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A04CFF is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 160 76 255 -
CMYK 0.37 0.70 0 0
HSL 268.16º 1% 0.65% -
HSV(B) 268.16º 0.7% 1% -
XYZ 35.13 19.86 96.59 -
YUV 121.52 203.33 155.45 -
System Red Green Blue C M Y K H S L
Decimal 160 76 255 0.37 0.70 0 0 268.16 1 0.65
Hex A0 4C FF 25 46 0 0 10C 64 41
Octal 240 114 377 45 106 0 0 414 144 101
Binary 10100000 1001100 11111111 100101 1000110 0 0 100001100 1100100 1000001

Color Harmonies of #A04CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CFF

Black with #A04CFF

Text Example


Text Example

White with #A04CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CFF; }

 p { color: rgb(160,76,255); }

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

background-color css

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

 a { background-color: rgb(160,76,255); }

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

border-color css

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

 span { border-color: rgb(160,76,255); }

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