Html Css Color HEX #A04DEE Blue Violet

📋 copy color: '#A04DEE'

red 160 ◦ green 77 ◦ blue 238

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

Shades of Blue Violet #A04DEE

Tints of Blue Violet #A04DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.21%

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

R = 33.68%
G = 16.21%
B = 50.11%

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

#A04DEE (or 0xA04DEE) is known color: Blue Violet. HEX triplet: A0, 4D and EE. RGB value is (160,77,238). Sum of RGB (Red+Green+Blue) = 160+77+238=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #A04DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A04DEE is #5FB211. Grayscale: #777777. Windows color (decimal): -6271506 or 15617440. OLE color: 15617440.

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

Color convert

RGB 160 77 238 -
CMYK 0.33 0.68 0 0.07
HSL 270.93º 0.83% 0.62% -
HSV(B) 270.93º 0.68% 0.93% -
XYZ 32.58 18.95 82.83 -
YUV 120.17 194.5 156.41 -
System Red Green Blue C M Y K H S L
Decimal 160 77 238 0.33 0.68 0 0.07 270.93 0.83 0.62
Hex A0 4D EE 21 44 0 7 10F 53 3E
Octal 240 115 356 41 104 0 7 417 123 76
Binary 10100000 1001101 11101110 100001 1000100 0 111 100001111 1010011 111110

Color Harmonies of #A04DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DEE

Black with #A04DEE

Text Example


Text Example

White with #A04DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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