Html Css Color HEX #A53CEA Blue Violet

📋 copy color: '#A53CEA'

red 165 ◦ green 60 ◦ blue 234

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

Shades of Blue Violet #A53CEA

Tints of Blue Violet #A53CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.98%

R = 35.95%
G = 13.07%
B = 50.98%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A53CEA (or 0xA53CEA) is known color: Blue Violet. HEX triplet: A5, 3C and EA. RGB value is (165,60,234). Sum of RGB (Red+Green+Blue) = 165+60+234=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #A53CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53CEA is #5AC315. Grayscale: #6E6E6E. Windows color (decimal): -5948182 or 15350949. OLE color: 15350949.

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

Color convert

RGB 165 60 234 -
CMYK 0.29 0.74 0 0.08
HSL 276.21º 0.81% 0.58% -
HSV(B) 276.21º 0.74% 0.92% -
XYZ 31.98 17.17 79.47 -
YUV 111.23 197.29 166.35 -
System Red Green Blue C M Y K H S L
Decimal 165 60 234 0.29 0.74 0 0.08 276.21 0.81 0.58
Hex A5 3C EA 1D 4A 0 8 114 51 3A
Octal 245 74 352 35 112 0 10 424 121 72
Binary 10100101 111100 11101010 11101 1001010 0 1000 100010100 1010001 111010

Color Harmonies of #A53CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CEA

Black with #A53CEA

Text Example


Text Example

White with #A53CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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