Html Css Color HEX #A33BEE Blue Violet

📋 copy color: '#A33BEE'

red 163 ◦ green 59 ◦ blue 238

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

Shades of Blue Violet #A33BEE

Tints of Blue Violet #A33BEE

RGB

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

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

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

R = 35.43%
G = 12.83%
B = 51.74%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A33BEE (or 0xA33BEE) is known color: Blue Violet. HEX triplet: A3, 3B and EE. RGB value is (163,59,238). Sum of RGB (Red+Green+Blue) = 163+59+238=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #A33BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33BEE is #5CC411. Grayscale: #6D6D6D. Windows color (decimal): -6079506 or 15612835. OLE color: 15612835.

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

Color convert

RGB 163 59 238 -
CMYK 0.32 0.75 0 0.07
HSL 274.86º 0.84% 0.58% -
HSV(B) 274.86º 0.75% 0.93% -
XYZ 32.1 17.09 82.5 -
YUV 110.5 199.96 165.45 -
System Red Green Blue C M Y K H S L
Decimal 163 59 238 0.32 0.75 0 0.07 274.86 0.84 0.58
Hex A3 3B EE 20 4B 0 7 113 54 3A
Octal 243 73 356 40 113 0 7 423 124 72
Binary 10100011 111011 11101110 100000 1001011 0 111 100010011 1010100 111010

Color Harmonies of #A33BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33BEE

Black with #A33BEE

Text Example


Text Example

White with #A33BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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