Html Css Color HEX #A53C9A Violet Blue

📋 copy color: '#A53C9A'

red 165 ◦ green 60 ◦ blue 154

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

Shades of Violet Blue #A53C9A

Tints of Violet Blue #A53C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.63%

R = 43.54%
G = 15.83%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A53C9A (or 0xA53C9A) is known color: Violet Blue. HEX triplet: A5, 3C and 9A. RGB value is (165,60,154). Sum of RGB (Red+Green+Blue) = 165+60+154=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 60 (23.83% from 255 or 15.83% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53C9A is #5AC365. Grayscale: #656565. Windows color (decimal): -5948262 or 10108069. OLE color: 10108069.

HSL color Cylindrical-coordinate representation of color #A53C9A: hue angle of 306.29º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53C9A is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 60 154 -
CMYK 0 0.64 0.07 0.35
HSL 306.29º 0.47% 0.44% -
HSV(B) 306.29º 0.64% 0.65% -
XYZ 22.97 13.56 31.98 -
YUV 102.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 165 60 154 0 0.64 0.07 0.35 306.29 0.47 0.44
Hex A5 3C 9A 0 40 7 23 132 2F 2C
Octal 245 74 232 0 100 7 43 462 57 54
Binary 10100101 111100 10011010 0 1000000 111 100011 100110010 101111 101100

Color Harmonies of #A53C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C9A

Black with #A53C9A

Text Example


Text Example

White with #A53C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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