Html Css Color HEX #A53DF3 Blue Violet

📋 copy color: '#A53DF3'

red 165 ◦ green 61 ◦ blue 243

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

Shades of Blue Violet #A53DF3

Tints of Blue Violet #A53DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.81%

R = 35.18%
G = 13.01%
B = 51.81%

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

#A53DF3 (or 0xA53DF3) is known color: Blue Violet. HEX triplet: A5, 3D and F3. RGB value is (165,61,243). Sum of RGB (Red+Green+Blue) = 165+61+243=469 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.18% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #A53DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53DF3 is #5AC20C. Grayscale: #707070. Windows color (decimal): -5947917 or 15941029. OLE color: 15941029.

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

Color convert

RGB 165 61 243 -
CMYK 0.32 0.75 0 0.05
HSL 274.29º 0.88% 0.6% -
HSV(B) 274.29º 0.75% 0.95% -
XYZ 33.36 17.81 86.47 -
YUV 112.84 201.46 165.2 -
System Red Green Blue C M Y K H S L
Decimal 165 61 243 0.32 0.75 0 0.05 274.29 0.88 0.6
Hex A5 3D F3 20 4B 0 5 112 58 3C
Octal 245 75 363 40 113 0 5 422 130 74
Binary 10100101 111101 11110011 100000 1001011 0 101 100010010 1011000 111100

Color Harmonies of #A53DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DF3

Black with #A53DF3

Text Example


Text Example

White with #A53DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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