Html Css Color HEX #A04CEE Blue Violet

📋 copy color: '#A04CEE'

red 160 ◦ green 76 ◦ blue 238

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

Shades of Blue Violet #A04CEE

Tints of Blue Violet #A04CEE

RGB

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

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

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

R = 33.76%
G = 16.03%
B = 50.21%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A04CEE (or 0xA04CEE) is known color: Blue Violet. HEX triplet: A0, 4C and EE. RGB value is (160,76,238). Sum of RGB (Red+Green+Blue) = 160+76+238=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #A04CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A04CEE is #5FB311. Grayscale: #777777. Windows color (decimal): -6271762 or 15617184. OLE color: 15617184.

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

Color convert

RGB 160 76 238 -
CMYK 0.33 0.68 0 0.07
HSL 271.11º 0.83% 0.62% -
HSV(B) 271.11º 0.68% 0.93% -
XYZ 32.51 18.82 82.81 -
YUV 119.58 194.83 156.83 -
System Red Green Blue C M Y K H S L
Decimal 160 76 238 0.33 0.68 0 0.07 271.11 0.83 0.62
Hex A0 4C EE 21 44 0 7 10F 53 3E
Octal 240 114 356 41 104 0 7 417 123 76
Binary 10100000 1001100 11101110 100001 1000100 0 111 100001111 1010011 111110

Color Harmonies of #A04CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CEE

Black with #A04CEE

Text Example


Text Example

White with #A04CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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