Html Css Color HEX #A04AEF Blue Violet

📋 copy color: '#A04AEF'

red 160 ◦ green 74 ◦ blue 239

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

Shades of Blue Violet #A04AEF

Tints of Blue Violet #A04AEF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.64%

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 33.83%
G = 15.64%
B = 50.53%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A04AEF (or 0xA04AEF) is known color: Blue Violet. HEX triplet: A0, 4A and EF. RGB value is (160,74,239). Sum of RGB (Red+Green+Blue) = 160+74+239=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #A04AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04AEF is #5FB510. Grayscale: #757575. Windows color (decimal): -6272273 or 15682208. OLE color: 15682208.

HSL color Cylindrical-coordinate representation of color #A04AEF: hue angle of 271.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04AEF is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 74 239 -
CMYK 0.33 0.69 0 0.06
HSL 271.27º 0.84% 0.61% -
HSV(B) 271.27º 0.69% 0.94% -
XYZ 32.53 18.6 83.54 -
YUV 118.52 195.99 157.58 -
System Red Green Blue C M Y K H S L
Decimal 160 74 239 0.33 0.69 0 0.06 271.27 0.84 0.61
Hex A0 4A EF 21 45 0 6 10F 54 3D
Octal 240 112 357 41 105 0 6 417 124 75
Binary 10100000 1001010 11101111 100001 1000101 0 110 100001111 1010100 111101

Color Harmonies of #A04AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04AEF

Black with #A04AEF

Text Example


Text Example

White with #A04AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04AEF; }

 p { color: rgb(160,74,239); }

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

background-color css

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

 a { background-color: rgb(160,74,239); }

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

border-color css

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

 span { border-color: rgb(160,74,239); }

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