Html Css Color HEX #A53DF4 Blue Violet

📋 copy color: '#A53DF4'

red 165 ◦ green 61 ◦ blue 244

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

Shades of Blue Violet #A53DF4

Tints of Blue Violet #A53DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 51.91%

R = 35.11%
G = 12.98%
B = 51.91%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A53DF4 (or 0xA53DF4) is known color: Blue Violet. HEX triplet: A5, 3D and F4. RGB value is (165,61,244). Sum of RGB (Red+Green+Blue) = 165+61+244=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 61 (24.22% from 255 or 12.98% from 470); Blue value is 244 (95.70% from 255 or 51.91% from 470); Max value from RGB is 244 - color contains mainly: blue. Hex color #A53DF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53DF4 is #5AC20B. Grayscale: #707070. Windows color (decimal): -5947916 or 16006565. OLE color: 16006565.

HSL color Cylindrical-coordinate representation of color #A53DF4: hue angle of 274.1º degrees, saturation: 0.89, 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 #A53DF4 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 61 244 -
CMYK 0.32 0.75 0 0.04
HSL 274.1º 0.89% 0.6% -
HSV(B) 274.1º 0.75% 0.96% -
XYZ 33.51 17.87 87.27 -
YUV 112.96 201.96 165.12 -
System Red Green Blue C M Y K H S L
Decimal 165 61 244 0.32 0.75 0 0.04 274.1 0.89 0.6
Hex A5 3D F4 20 4B 0 4 112 59 3C
Octal 245 75 364 40 113 0 4 422 131 74
Binary 10100101 111101 11110100 100000 1001011 0 100 100010010 1011001 111100

Color Harmonies of #A53DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DF4

Black with #A53DF4

Text Example


Text Example

White with #A53DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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