Html Css Color HEX #A03CEE Blue Violet

📋 copy color: '#A03CEE'

red 160 ◦ green 60 ◦ blue 238

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

Shades of Blue Violet #A03CEE

Tints of Blue Violet #A03CEE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.1%

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

R = 34.93%
G = 13.1%
B = 51.97%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A03CEE (or 0xA03CEE) is known color: Blue Violet. HEX triplet: A0, 3C and EE. RGB value is (160,60,238). Sum of RGB (Red+Green+Blue) = 160+60+238=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #A03CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03CEE is #5FC311. Grayscale: #6D6D6D. Windows color (decimal): -6275858 or 15613088. OLE color: 15613088.

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

Color convert

RGB 160 60 238 -
CMYK 0.33 0.75 0 0.07
HSL 273.71º 0.84% 0.58% -
HSV(B) 273.71º 0.75% 0.93% -
XYZ 31.55 16.88 82.48 -
YUV 110.19 200.13 163.53 -
System Red Green Blue C M Y K H S L
Decimal 160 60 238 0.33 0.75 0 0.07 273.71 0.84 0.58
Hex A0 3C EE 21 4B 0 7 112 54 3A
Octal 240 74 356 41 113 0 7 422 124 72
Binary 10100000 111100 11101110 100001 1001011 0 111 100010010 1010100 111010

Color Harmonies of #A03CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03CEE

Black with #A03CEE

Text Example


Text Example

White with #A03CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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