Html Css Color HEX #A533E9 Blue Violet

📋 copy color: '#A533E9'

red 165 ◦ green 51 ◦ blue 233

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

Shades of Blue Violet #A533E9

Tints of Blue Violet #A533E9

RGB

 RED value IS 165 (64.84% from 255) = 36.75%

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

 BLUE value IS 233 (91.41% from 255) = 51.89%

R = 36.75%
G = 11.36%
B = 51.89%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A533E9 (or 0xA533E9) is known color: Blue Violet. HEX triplet: A5, 33 and E9. RGB value is (165,51,233). Sum of RGB (Red+Green+Blue) = 165+51+233=449 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.75% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 233 (91.41% from 255 or 51.89% from 449); Max value from RGB is 233 - color contains mainly: blue. Hex color #A533E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A533E9 is #5ACC16. Grayscale: #696969. Windows color (decimal): -5950487 or 15283109. OLE color: 15283109.

HSL color Cylindrical-coordinate representation of color #A533E9: hue angle of 277.58º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A533E9 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 51 233 -
CMYK 0.29 0.78 0 0.09
HSL 277.58º 0.81% 0.56% -
HSV(B) 277.58º 0.78% 0.91% -
XYZ 31.41 16.25 78.57 -
YUV 105.83 199.77 170.2 -
System Red Green Blue C M Y K H S L
Decimal 165 51 233 0.29 0.78 0 0.09 277.58 0.81 0.56
Hex A5 33 E9 1D 4E 0 9 116 51 38
Octal 245 63 351 35 116 0 11 426 121 70
Binary 10100101 110011 11101001 11101 1001110 0 1001 100010110 1010001 111000

Color Harmonies of #A533E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A533E9

Black with #A533E9

Text Example


Text Example

White with #A533E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A533E9; }

 p { color: rgb(165,51,233); }

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

background-color css

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

 a { background-color: rgb(165,51,233); }

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

border-color css

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

 span { border-color: rgb(165,51,233); }

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