Html Css Color HEX #A04BEC Blue Violet

📋 copy color: '#A04BEC'

red 160 ◦ green 75 ◦ blue 236

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

Shades of Blue Violet #A04BEC

Tints of Blue Violet #A04BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.92%

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

R = 33.97%
G = 15.92%
B = 50.11%

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

#A04BEC (or 0xA04BEC) is known color: Blue Violet. HEX triplet: A0, 4B and EC. RGB value is (160,75,236). Sum of RGB (Red+Green+Blue) = 160+75+236=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #A04BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04BEC is #5FB413. Grayscale: #767676. Windows color (decimal): -6272020 or 15485856. OLE color: 15485856.

HSL color Cylindrical-coordinate representation of color #A04BEC: hue angle of 271.68º 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 #A04BEC is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 75 236 -
CMYK 0.32 0.68 0 0.07
HSL 271.68º 0.81% 0.61% -
HSV(B) 271.68º 0.68% 0.93% -
XYZ 32.15 18.56 81.25 -
YUV 118.77 194.16 157.41 -
System Red Green Blue C M Y K H S L
Decimal 160 75 236 0.32 0.68 0 0.07 271.68 0.81 0.61
Hex A0 4B EC 20 44 0 7 110 51 3D
Octal 240 113 354 40 104 0 7 420 121 75
Binary 10100000 1001011 11101100 100000 1000100 0 111 100010000 1010001 111101

Color Harmonies of #A04BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04BEC

Black with #A04BEC

Text Example


Text Example

White with #A04BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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