Html Css Color HEX #A53CEB Blue Violet

📋 copy color: '#A53CEB'

red 165 ◦ green 60 ◦ blue 235

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

Shades of Blue Violet #A53CEB

Tints of Blue Violet #A53CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 35.87%
G = 13.04%
B = 51.09%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A53CEB (or 0xA53CEB) is known color: Blue Violet. HEX triplet: A5, 3C and EB. RGB value is (165,60,235). Sum of RGB (Red+Green+Blue) = 165+60+235=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #A53CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53CEB is #5AC314. Grayscale: #6E6E6E. Windows color (decimal): -5948181 or 15416485. OLE color: 15416485.

HSL color Cylindrical-coordinate representation of color #A53CEB: hue angle of 276º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A53CEB is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 60 235 -
CMYK 0.30 0.74 0 0.08
HSL 276º 0.81% 0.58% -
HSV(B) 276º 0.74% 0.92% -
XYZ 32.13 17.23 80.23 -
YUV 111.35 197.79 166.27 -
System Red Green Blue C M Y K H S L
Decimal 165 60 235 0.30 0.74 0 0.08 276 0.81 0.58
Hex A5 3C EB 1E 4A 0 8 114 51 3A
Octal 245 74 353 36 112 0 10 424 121 72
Binary 10100101 111100 11101011 11110 1001010 0 1000 100010100 1010001 111010

Color Harmonies of #A53CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CEB

Black with #A53CEB

Text Example


Text Example

White with #A53CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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