Html Css Color HEX #A133EE Blue Violet

📋 copy color: '#A133EE'

red 161 ◦ green 51 ◦ blue 238

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

Shades of Blue Violet #A133EE

Tints of Blue Violet #A133EE

RGB

 RED value IS 161 (63.28% from 255) = 35.78%

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

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

R = 35.78%
G = 11.33%
B = 52.89%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A133EE (or 0xA133EE) is known color: Blue Violet. HEX triplet: A1, 33 and EE. RGB value is (161,51,238). Sum of RGB (Red+Green+Blue) = 161+51+238=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #A133EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A133EE is #5ECC11. Grayscale: #686868. Windows color (decimal): -6212626 or 15610785. OLE color: 15610785.

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

Color convert

RGB 161 51 238 -
CMYK 0.32 0.79 0 0.07
HSL 275.29º 0.85% 0.57% -
HSV(B) 275.29º 0.79% 0.93% -
XYZ 31.31 16.12 82.35 -
YUV 105.21 202.94 167.79 -
System Red Green Blue C M Y K H S L
Decimal 161 51 238 0.32 0.79 0 0.07 275.29 0.85 0.57
Hex A1 33 EE 20 4F 0 7 113 55 39
Octal 241 63 356 40 117 0 7 423 125 71
Binary 10100001 110011 11101110 100000 1001111 0 111 100010011 1010101 111001

Color Harmonies of #A133EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A133EE

Black with #A133EE

Text Example


Text Example

White with #A133EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A133EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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