Html Css Color HEX #A53BEC Blue Violet

📋 copy color: '#A53BEC'

red 165 ◦ green 59 ◦ blue 236

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

Shades of Blue Violet #A53BEC

Tints of Blue Violet #A53BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.83%

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

R = 35.87%
G = 12.83%
B = 51.3%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A53BEC (or 0xA53BEC) is known color: Blue Violet. HEX triplet: A5, 3B and EC. RGB value is (165,59,236). Sum of RGB (Red+Green+Blue) = 165+59+236=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #A53BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53BEC is #5AC413. Grayscale: #6E6E6E. Windows color (decimal): -5948436 or 15481765. OLE color: 15481765.

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

Color convert

RGB 165 59 236 -
CMYK 0.30 0.75 0 0.07
HSL 275.93º 0.82% 0.58% -
HSV(B) 275.93º 0.75% 0.93% -
XYZ 32.22 17.18 80.98 -
YUV 110.87 198.62 166.61 -
System Red Green Blue C M Y K H S L
Decimal 165 59 236 0.30 0.75 0 0.07 275.93 0.82 0.58
Hex A5 3B EC 1E 4B 0 7 114 52 3A
Octal 245 73 354 36 113 0 7 424 122 72
Binary 10100101 111011 11101100 11110 1001011 0 111 100010100 1010010 111010

Color Harmonies of #A53BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53BEC

Black with #A53BEC

Text Example


Text Example

White with #A53BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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