Html Css Color HEX #A53DF8 Blue Violet

📋 copy color: '#A53DF8'

red 165 ◦ green 61 ◦ blue 248

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

Shades of Blue Violet #A53DF8

Tints of Blue Violet #A53DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.32%

R = 34.81%
G = 12.87%
B = 52.32%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A53DF8 (or 0xA53DF8) is known color: Blue Violet. HEX triplet: A5, 3D and F8. RGB value is (165,61,248). Sum of RGB (Red+Green+Blue) = 165+61+248=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #A53DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53DF8 is #5AC207. Grayscale: #707070. Windows color (decimal): -5947912 or 16268709. OLE color: 16268709.

HSL color Cylindrical-coordinate representation of color #A53DF8: hue angle of 273.37º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A53DF8 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 61 248 -
CMYK 0.33 0.75 0 0.03
HSL 273.37º 0.93% 0.61% -
HSV(B) 273.37º 0.75% 0.97% -
XYZ 34.13 18.11 90.5 -
YUV 113.41 203.96 164.79 -
System Red Green Blue C M Y K H S L
Decimal 165 61 248 0.33 0.75 0 0.03 273.37 0.93 0.61
Hex A5 3D F8 21 4B 0 3 111 5D 3D
Octal 245 75 370 41 113 0 3 421 135 75
Binary 10100101 111101 11111000 100001 1001011 0 11 100010001 1011101 111101

Color Harmonies of #A53DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DF8

Black with #A53DF8

Text Example


Text Example

White with #A53DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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