Html Css Color HEX #A53FFF Blue Violet

📋 copy color: '#A53FFF'

red 165 ◦ green 63 ◦ blue 255

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

Shades of Blue Violet #A53FFF

Tints of Blue Violet #A53FFF

RGB

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

 GREEN value IS 63 (25% from 255) = 13.04%

 BLUE value IS 255 (100% from 255) = 52.8%

R = 34.16%
G = 13.04%
B = 52.8%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A53FFF (or 0xA53FFF) is known color: Blue Violet. HEX triplet: A5, 3F and FF. RGB value is (165,63,255). Sum of RGB (Red+Green+Blue) = 165+63+255=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 63 (25% from 255 or 13.04% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #A53FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53FFF is #5AC000. Grayscale: #727272. Windows color (decimal): -5947393 or 16727973. OLE color: 16727973.

HSL color Cylindrical-coordinate representation of color #A53FFF: hue angle of 271.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A53FFF is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 63 255 -
CMYK 0.35 0.75 0 0
HSL 271.88º 1% 0.62% -
HSV(B) 271.88º 0.75% 1% -
XYZ 35.34 18.77 96.37 -
YUV 115.39 206.79 163.39 -
System Red Green Blue C M Y K H S L
Decimal 165 63 255 0.35 0.75 0 0 271.88 1 0.62
Hex A5 3F FF 23 4B 0 0 110 64 3E
Octal 245 77 377 43 113 0 0 420 144 76
Binary 10100101 111111 11111111 100011 1001011 0 0 100010000 1100100 111110

Color Harmonies of #A53FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53FFF

Black with #A53FFF

Text Example


Text Example

White with #A53FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53FFF; }

 p { color: rgb(165,63,255); }

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

background-color css

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

 a { background-color: rgb(165,63,255); }

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

border-color css

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

 span { border-color: rgb(165,63,255); }

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