Html Css Color HEX #A33BEB Blue Violet

📋 copy color: '#A33BEB'

red 163 ◦ green 59 ◦ blue 235

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

Shades of Blue Violet #A33BEB

Tints of Blue Violet #A33BEB

RGB

 RED value IS 163 (64.06% from 255) = 35.67%

 GREEN value IS 59 (23.44% from 255) = 12.91%

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 35.67%
G = 12.91%
B = 51.42%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A33BEB (or 0xA33BEB) is known color: Blue Violet. HEX triplet: A3, 3B and EB. RGB value is (163,59,235). Sum of RGB (Red+Green+Blue) = 163+59+235=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #A33BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33BEB is #5CC414. Grayscale: #6D6D6D. Windows color (decimal): -6079509 or 15416227. OLE color: 15416227.

HSL color Cylindrical-coordinate representation of color #A33BEB: hue angle of 275.45º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A33BEB is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 59 235 -
CMYK 0.31 0.75 0 0.08
HSL 275.45º 0.81% 0.58% -
HSV(B) 275.45º 0.75% 0.92% -
XYZ 31.66 16.91 80.19 -
YUV 110.16 198.46 165.69 -
System Red Green Blue C M Y K H S L
Decimal 163 59 235 0.31 0.75 0 0.08 275.45 0.81 0.58
Hex A3 3B EB 1F 4B 0 8 113 51 3A
Octal 243 73 353 37 113 0 10 423 121 72
Binary 10100011 111011 11101011 11111 1001011 0 1000 100010011 1010001 111010

Color Harmonies of #A33BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33BEB

Black with #A33BEB

Text Example


Text Example

White with #A33BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33BEB; }

 p { color: rgb(163,59,235); }

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

background-color css

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

 a { background-color: rgb(163,59,235); }

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

border-color css

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

 span { border-color: rgb(163,59,235); }

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