Html Css Color HEX #A53FEF Blue Violet

📋 copy color: '#A53FEF'

red 165 ◦ green 63 ◦ blue 239

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

Shades of Blue Violet #A53FEF

Tints of Blue Violet #A53FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.18%

R = 35.33%
G = 13.49%
B = 51.18%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A53FEF (or 0xA53FEF) is known color: Blue Violet. HEX triplet: A5, 3F and EF. RGB value is (165,63,239). Sum of RGB (Red+Green+Blue) = 165+63+239=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 63 (25% from 255 or 13.49% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #A53FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53FEF is #5AC010. Grayscale: #707070. Windows color (decimal): -5947409 or 15679397. OLE color: 15679397.

HSL color Cylindrical-coordinate representation of color #A53FEF: hue angle of 274.77º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A53FEF is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 63 239 -
CMYK 0.31 0.74 0 0.06
HSL 274.77º 0.85% 0.59% -
HSV(B) 274.77º 0.74% 0.94% -
XYZ 32.87 17.79 83.36 -
YUV 113.56 198.79 164.69 -
System Red Green Blue C M Y K H S L
Decimal 165 63 239 0.31 0.74 0 0.06 274.77 0.85 0.59
Hex A5 3F EF 1F 4A 0 6 113 55 3B
Octal 245 77 357 37 112 0 6 423 125 73
Binary 10100101 111111 11101111 11111 1001010 0 110 100010011 1010101 111011

Color Harmonies of #A53FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53FEF

Black with #A53FEF

Text Example


Text Example

White with #A53FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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