Html Css Color HEX #A53CF3 Blue Violet

📋 copy color: '#A53CF3'

red 165 ◦ green 60 ◦ blue 243

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

Shades of Blue Violet #A53CF3

Tints of Blue Violet #A53CF3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.82%

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

R = 35.26%
G = 12.82%
B = 51.92%

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

#A53CF3 (or 0xA53CF3) is known color: Blue Violet. HEX triplet: A5, 3C and F3. RGB value is (165,60,243). Sum of RGB (Red+Green+Blue) = 165+60+243=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #A53CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53CF3 is #5AC30C. Grayscale: #6F6F6F. Windows color (decimal): -5948173 or 15940773. OLE color: 15940773.

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

Color convert

RGB 165 60 243 -
CMYK 0.32 0.75 0 0.05
HSL 274.43º 0.88% 0.59% -
HSV(B) 274.43º 0.75% 0.95% -
XYZ 33.31 17.7 86.46 -
YUV 112.26 201.79 165.62 -
System Red Green Blue C M Y K H S L
Decimal 165 60 243 0.32 0.75 0 0.05 274.43 0.88 0.59
Hex A5 3C F3 20 4B 0 5 112 58 3B
Octal 245 74 363 40 113 0 5 422 130 73
Binary 10100101 111100 11110011 100000 1001011 0 101 100010010 1011000 111011

Color Harmonies of #A53CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CF3

Black with #A53CF3

Text Example


Text Example

White with #A53CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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