Html Css Color HEX #A033EE Blue Violet

📋 copy color: '#A033EE'

red 160 ◦ green 51 ◦ blue 238

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

Shades of Blue Violet #A033EE

Tints of Blue Violet #A033EE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.36%

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

R = 35.63%
G = 11.36%
B = 53.01%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A033EE (or 0xA033EE) is known color: Blue Violet. HEX triplet: A0, 33 and EE. RGB value is (160,51,238). Sum of RGB (Red+Green+Blue) = 160+51+238=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #A033EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A033EE is #5FCC11. Grayscale: #686868. Windows color (decimal): -6278162 or 15610784. OLE color: 15610784.

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

Color convert

RGB 160 51 238 -
CMYK 0.33 0.79 0 0.07
HSL 274.97º 0.85% 0.57% -
HSV(B) 274.97º 0.79% 0.93% -
XYZ 31.11 16.01 82.34 -
YUV 104.91 203.11 167.29 -
System Red Green Blue C M Y K H S L
Decimal 160 51 238 0.33 0.79 0 0.07 274.97 0.85 0.57
Hex A0 33 EE 21 4F 0 7 113 55 39
Octal 240 63 356 41 117 0 7 423 125 71
Binary 10100000 110011 11101110 100001 1001111 0 111 100010011 1010101 111001

Color Harmonies of #A033EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A033EE

Black with #A033EE

Text Example


Text Example

White with #A033EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A033EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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