Html Css Color HEX #A53DF1 Blue Violet

📋 copy color: '#A53DF1'

red 165 ◦ green 61 ◦ blue 241

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

Shades of Blue Violet #A53DF1

Tints of Blue Violet #A53DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 35.33%
G = 13.06%
B = 51.61%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A53DF1 (or 0xA53DF1) is known color: Blue Violet. HEX triplet: A5, 3D and F1. RGB value is (165,61,241). Sum of RGB (Red+Green+Blue) = 165+61+241=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #A53DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53DF1 is #5AC20E. Grayscale: #707070. Windows color (decimal): -5947919 or 15809957. OLE color: 15809957.

HSL color Cylindrical-coordinate representation of color #A53DF1: hue angle of 274.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A53DF1 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 61 241 -
CMYK 0.32 0.75 0 0.05
HSL 274.67º 0.87% 0.59% -
HSV(B) 274.67º 0.75% 0.95% -
XYZ 33.06 17.69 84.89 -
YUV 112.62 200.46 165.36 -
System Red Green Blue C M Y K H S L
Decimal 165 61 241 0.32 0.75 0 0.05 274.67 0.87 0.59
Hex A5 3D F1 20 4B 0 5 113 57 3B
Octal 245 75 361 40 113 0 5 423 127 73
Binary 10100101 111101 11110001 100000 1001011 0 101 100010011 1010111 111011

Color Harmonies of #A53DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DF1

Black with #A53DF1

Text Example


Text Example

White with #A53DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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