Html Css Color HEX #A53FEC Blue Violet

📋 copy color: '#A53FEC'

red 165 ◦ green 63 ◦ blue 236

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

Shades of Blue Violet #A53FEC

Tints of Blue Violet #A53FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.58%

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 35.56%
G = 13.58%
B = 50.86%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A53FEC (or 0xA53FEC) is known color: Blue Violet. HEX triplet: A5, 3F and EC. RGB value is (165,63,236). Sum of RGB (Red+Green+Blue) = 165+63+236=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #A53FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53FEC is #5AC013. Grayscale: #707070. Windows color (decimal): -5947412 or 15482789. OLE color: 15482789.

HSL color Cylindrical-coordinate representation of color #A53FEC: hue angle of 275.38º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53FEC is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 63 236 -
CMYK 0.30 0.73 0 0.07
HSL 275.38º 0.82% 0.59% -
HSV(B) 275.38º 0.73% 0.93% -
XYZ 32.43 17.61 81.05 -
YUV 113.22 197.29 164.93 -
System Red Green Blue C M Y K H S L
Decimal 165 63 236 0.30 0.73 0 0.07 275.38 0.82 0.59
Hex A5 3F EC 1E 49 0 7 113 52 3B
Octal 245 77 354 36 111 0 7 423 122 73
Binary 10100101 111111 11101100 11110 1001001 0 111 100010011 1010010 111011

Color Harmonies of #A53FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53FEC

Black with #A53FEC

Text Example


Text Example

White with #A53FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53FEC; }

 p { color: rgb(165,63,236); }

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

background-color css

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

 a { background-color: rgb(165,63,236); }

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

border-color css

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

 span { border-color: rgb(165,63,236); }

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