Html Css Color HEX #A53DF6 Blue Violet

📋 copy color: '#A53DF6'

red 165 ◦ green 61 ◦ blue 246

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

Shades of Blue Violet #A53DF6

Tints of Blue Violet #A53DF6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.92%

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

R = 34.96%
G = 12.92%
B = 52.12%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A53DF6 (or 0xA53DF6) is known color: Blue Violet. HEX triplet: A5, 3D and F6. RGB value is (165,61,246). Sum of RGB (Red+Green+Blue) = 165+61+246=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #A53DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53DF6 is #5AC209. Grayscale: #707070. Windows color (decimal): -5947914 or 16137637. OLE color: 16137637.

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

Color convert

RGB 165 61 246 -
CMYK 0.33 0.75 0 0.04
HSL 273.73º 0.91% 0.6% -
HSV(B) 273.73º 0.75% 0.96% -
XYZ 33.82 17.99 88.88 -
YUV 113.19 202.96 164.96 -
System Red Green Blue C M Y K H S L
Decimal 165 61 246 0.33 0.75 0 0.04 273.73 0.91 0.6
Hex A5 3D F6 21 4B 0 4 112 5B 3C
Octal 245 75 366 41 113 0 4 422 133 74
Binary 10100101 111101 11110110 100001 1001011 0 100 100010010 1011011 111100

Color Harmonies of #A53DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DF6

Black with #A53DF6

Text Example


Text Example

White with #A53DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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