Html Css Color HEX #A04CEC Blue Violet

📋 copy color: '#A04CEC'

red 160 ◦ green 76 ◦ blue 236

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

Shades of Blue Violet #A04CEC

Tints of Blue Violet #A04CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50%

R = 33.9%
G = 16.1%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A04CEC (or 0xA04CEC) is known color: Blue Violet. HEX triplet: A0, 4C and EC. RGB value is (160,76,236). Sum of RGB (Red+Green+Blue) = 160+76+236=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #A04CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04CEC is #5FB313. Grayscale: #767676. Windows color (decimal): -6271764 or 15486112. OLE color: 15486112.

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

Color convert

RGB 160 76 236 -
CMYK 0.32 0.68 0 0.07
HSL 271.5º 0.81% 0.61% -
HSV(B) 271.5º 0.68% 0.93% -
XYZ 32.22 18.7 81.27 -
YUV 119.36 193.83 156.99 -
System Red Green Blue C M Y K H S L
Decimal 160 76 236 0.32 0.68 0 0.07 271.5 0.81 0.61
Hex A0 4C EC 20 44 0 7 110 51 3D
Octal 240 114 354 40 104 0 7 420 121 75
Binary 10100000 1001100 11101100 100000 1000100 0 111 100010000 1010001 111101

Color Harmonies of #A04CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CEC

Black with #A04CEC

Text Example


Text Example

White with #A04CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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