Html Css Color HEX #A03AEE Blue Violet

📋 copy color: '#A03AEE'

red 160 ◦ green 58 ◦ blue 238

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

Shades of Blue Violet #A03AEE

Tints of Blue Violet #A03AEE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.72%

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

R = 35.09%
G = 12.72%
B = 52.19%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A03AEE (or 0xA03AEE) is known color: Blue Violet. HEX triplet: A0, 3A and EE. RGB value is (160,58,238). Sum of RGB (Red+Green+Blue) = 160+58+238=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #A03AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A03AEE is #5FC511. Grayscale: #6C6C6C. Windows color (decimal): -6276370 or 15612576. OLE color: 15612576.

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

Color convert

RGB 160 58 238 -
CMYK 0.33 0.76 0 0.07
HSL 274º 0.84% 0.58% -
HSV(B) 274º 0.76% 0.93% -
XYZ 31.44 16.67 82.45 -
YUV 109.02 200.79 164.36 -
System Red Green Blue C M Y K H S L
Decimal 160 58 238 0.33 0.76 0 0.07 274 0.84 0.58
Hex A0 3A EE 21 4C 0 7 112 54 3A
Octal 240 72 356 41 114 0 7 422 124 72
Binary 10100000 111010 11101110 100001 1001100 0 111 100010010 1010100 111010

Color Harmonies of #A03AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03AEE

Black with #A03AEE

Text Example


Text Example

White with #A03AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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