Html Css Color HEX #A04AEA Blue Violet

📋 copy color: '#A04AEA'

red 160 ◦ green 74 ◦ blue 234

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

Shades of Blue Violet #A04AEA

Tints of Blue Violet #A04AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50%

R = 34.19%
G = 15.81%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A04AEA (or 0xA04AEA) is known color: Blue Violet. HEX triplet: A0, 4A and EA. RGB value is (160,74,234). Sum of RGB (Red+Green+Blue) = 160+74+234=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #A04AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04AEA is #5FB515. Grayscale: #757575. Windows color (decimal): -6272278 or 15354528. OLE color: 15354528.

HSL color Cylindrical-coordinate representation of color #A04AEA: hue angle of 272.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A04AEA is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 74 234 -
CMYK 0.32 0.68 0 0.08
HSL 272.25º 0.79% 0.6% -
HSV(B) 272.25º 0.68% 0.92% -
XYZ 31.8 18.31 79.7 -
YUV 117.95 193.49 157.99 -
System Red Green Blue C M Y K H S L
Decimal 160 74 234 0.32 0.68 0 0.08 272.25 0.79 0.6
Hex A0 4A EA 20 44 0 8 110 4F 3C
Octal 240 112 352 40 104 0 10 420 117 74
Binary 10100000 1001010 11101010 100000 1000100 0 1000 100010000 1001111 111100

Color Harmonies of #A04AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04AEA

Black with #A04AEA

Text Example


Text Example

White with #A04AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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