Html Css Color HEX #A53EEF Blue Violet

📋 copy color: '#A53EEF'

red 165 ◦ green 62 ◦ blue 239

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

Shades of Blue Violet #A53EEF

Tints of Blue Violet #A53EEF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.3%

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

R = 35.41%
G = 13.3%
B = 51.29%

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

#A53EEF (or 0xA53EEF) is known color: Blue Violet. HEX triplet: A5, 3E and EF. RGB value is (165,62,239). Sum of RGB (Red+Green+Blue) = 165+62+239=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #A53EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53EEF is #5AC110. Grayscale: #707070. Windows color (decimal): -5947665 or 15679141. OLE color: 15679141.

HSL color Cylindrical-coordinate representation of color #A53EEF: hue angle of 274.92º 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 #A53EEF is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 62 239 -
CMYK 0.31 0.74 0 0.06
HSL 274.92º 0.85% 0.59% -
HSV(B) 274.92º 0.74% 0.94% -
XYZ 32.82 17.68 83.34 -
YUV 112.98 199.12 165.11 -
System Red Green Blue C M Y K H S L
Decimal 165 62 239 0.31 0.74 0 0.06 274.92 0.85 0.59
Hex A5 3E EF 1F 4A 0 6 113 55 3B
Octal 245 76 357 37 112 0 6 423 125 73
Binary 10100101 111110 11101111 11111 1001010 0 110 100010011 1010101 111011

Color Harmonies of #A53EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53EEF

Black with #A53EEF

Text Example


Text Example

White with #A53EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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