Html Css Color HEX #A53AF6 Blue Violet

📋 copy color: '#A53AF6'

red 165 ◦ green 58 ◦ blue 246

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

Shades of Blue Violet #A53AF6

Tints of Blue Violet #A53AF6

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.37%

 BLUE value IS 246 (96.48% from 255) = 52.45%

R = 35.18%
G = 12.37%
B = 52.45%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A53AF6 (or 0xA53AF6) is known color: Blue Violet. HEX triplet: A5, 3A and F6. RGB value is (165,58,246). Sum of RGB (Red+Green+Blue) = 165+58+246=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #A53AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53AF6 is #5AC509. Grayscale: #6E6E6E. Windows color (decimal): -5948682 or 16136869. OLE color: 16136869.

HSL color Cylindrical-coordinate representation of color #A53AF6: hue angle of 274.15º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A53AF6 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 58 246 -
CMYK 0.33 0.76 0 0.04
HSL 274.15º 0.91% 0.6% -
HSV(B) 274.15º 0.76% 0.96% -
XYZ 33.66 17.68 88.83 -
YUV 111.43 203.95 166.21 -
System Red Green Blue C M Y K H S L
Decimal 165 58 246 0.33 0.76 0 0.04 274.15 0.91 0.6
Hex A5 3A F6 21 4C 0 4 112 5B 3C
Octal 245 72 366 41 114 0 4 422 133 74
Binary 10100101 111010 11110110 100001 1001100 0 100 100010010 1011011 111100

Color Harmonies of #A53AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53AF6

Black with #A53AF6

Text Example


Text Example

White with #A53AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53AF6; }

 p { color: rgb(165,58,246); }

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

background-color css

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

 a { background-color: rgb(165,58,246); }

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

border-color css

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

 span { border-color: rgb(165,58,246); }

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