Html Css Color HEX #A53CEF Blue Violet

📋 copy color: '#A53CEF'

red 165 ◦ green 60 ◦ blue 239

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

Shades of Blue Violet #A53CEF

Tints of Blue Violet #A53CEF

RGB

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

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

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

R = 35.56%
G = 12.93%
B = 51.51%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A53CEF (or 0xA53CEF) is known color: Blue Violet. HEX triplet: A5, 3C and EF. RGB value is (165,60,239). Sum of RGB (Red+Green+Blue) = 165+60+239=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #A53CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53CEF is #5AC310. Grayscale: #6F6F6F. Windows color (decimal): -5948177 or 15678629. OLE color: 15678629.

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

Color convert

RGB 165 60 239 -
CMYK 0.31 0.75 0 0.06
HSL 275.2º 0.85% 0.59% -
HSV(B) 275.2º 0.75% 0.94% -
XYZ 32.71 17.46 83.31 -
YUV 111.8 199.79 165.95 -
System Red Green Blue C M Y K H S L
Decimal 165 60 239 0.31 0.75 0 0.06 275.2 0.85 0.59
Hex A5 3C EF 1F 4B 0 6 113 55 3B
Octal 245 74 357 37 113 0 6 423 125 73
Binary 10100101 111100 11101111 11111 1001011 0 110 100010011 1010101 111011

Color Harmonies of #A53CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CEF

Black with #A53CEF

Text Example


Text Example

White with #A53CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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