Html Css Color HEX #A533F8 Blue Violet

📋 copy color: '#A533F8'

red 165 ◦ green 51 ◦ blue 248

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

Shades of Blue Violet #A533F8

Tints of Blue Violet #A533F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.45%

R = 35.56%
G = 10.99%
B = 53.45%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A533F8 (or 0xA533F8) is known color: Blue Violet. HEX triplet: A5, 33 and F8. RGB value is (165,51,248). Sum of RGB (Red+Green+Blue) = 165+51+248=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 51 (20.31% from 255 or 10.99% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #A533F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A533F8 is #5ACC07. Grayscale: #6A6A6A. Windows color (decimal): -5950472 or 16266149. OLE color: 16266149.

HSL color Cylindrical-coordinate representation of color #A533F8: hue angle of 274.72º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A533F8 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 51 248 -
CMYK 0.33 0.79 0 0.03
HSL 274.72º 0.93% 0.59% -
HSV(B) 274.72º 0.79% 0.97% -
XYZ 33.64 17.14 90.34 -
YUV 107.54 207.27 168.98 -
System Red Green Blue C M Y K H S L
Decimal 165 51 248 0.33 0.79 0 0.03 274.72 0.93 0.59
Hex A5 33 F8 21 4F 0 3 113 5D 3B
Octal 245 63 370 41 117 0 3 423 135 73
Binary 10100101 110011 11111000 100001 1001111 0 11 100010011 1011101 111011

Color Harmonies of #A533F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A533F8

Black with #A533F8

Text Example


Text Example

White with #A533F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A533F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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