Html Css Color HEX #A133E6 Blue Violet

📋 copy color: '#A133E6'

red 161 ◦ green 51 ◦ blue 230

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

Shades of Blue Violet #A133E6

Tints of Blue Violet #A133E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.04%

R = 36.43%
G = 11.54%
B = 52.04%

CMYK

 C value IS 0.3

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A133E6 (or 0xA133E6) is known color: Blue Violet. HEX triplet: A1, 33 and E6. RGB value is (161,51,230). Sum of RGB (Red+Green+Blue) = 161+51+230=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #A133E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A133E6 is #5ECC19. Grayscale: #676767. Windows color (decimal): -6212634 or 15086497. OLE color: 15086497.

HSL color Cylindrical-coordinate representation of color #A133E6: hue angle of 276.87º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A133E6 is Cyan = 0.3, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 51 230 -
CMYK 0.3 0.78 0 0.10
HSL 276.87º 0.78% 0.55% -
HSV(B) 276.87º 0.78% 0.9% -
XYZ 30.16 15.66 76.3 -
YUV 104.3 198.94 168.45 -
System Red Green Blue C M Y K H S L
Decimal 161 51 230 0.3 0.78 0 0.10 276.87 0.78 0.55
Hex A1 33 E6 1E 4E 0 A 115 4E 37
Octal 241 63 346 36 116 0 12 425 116 67
Binary 10100001 110011 11100110 11110 1001110 0 1010 100010101 1001110 110111

Color Harmonies of #A133E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A133E6

Black with #A133E6

Text Example


Text Example

White with #A133E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A133E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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