Html Css Color HEX #A04AEE Blue Violet

📋 copy color: '#A04AEE'

red 160 ◦ green 74 ◦ blue 238

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

Shades of Blue Violet #A04AEE

Tints of Blue Violet #A04AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 33.9%
G = 15.68%
B = 50.42%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A04AEE (or 0xA04AEE) is known color: Blue Violet. HEX triplet: A0, 4A and EE. RGB value is (160,74,238). Sum of RGB (Red+Green+Blue) = 160+74+238=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #A04AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04AEE is #5FB511. Grayscale: #757575. Windows color (decimal): -6272274 or 15616672. OLE color: 15616672.

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

Color convert

RGB 160 74 238 -
CMYK 0.33 0.69 0 0.07
HSL 271.46º 0.83% 0.61% -
HSV(B) 271.46º 0.69% 0.93% -
XYZ 32.38 18.54 82.76 -
YUV 118.41 195.49 157.66 -
System Red Green Blue C M Y K H S L
Decimal 160 74 238 0.33 0.69 0 0.07 271.46 0.83 0.61
Hex A0 4A EE 21 45 0 7 10F 53 3D
Octal 240 112 356 41 105 0 7 417 123 75
Binary 10100000 1001010 11101110 100001 1000101 0 111 100001111 1010011 111101

Color Harmonies of #A04AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04AEE

Black with #A04AEE

Text Example


Text Example

White with #A04AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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