Html Css Color HEX #A63AA1 Violet Blue

📋 copy color: '#A63AA1'

red 166 ◦ green 58 ◦ blue 161

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

Shades of Violet Blue #A63AA1

Tints of Violet Blue #A63AA1

RGB

 RED value IS 166 (65.23% from 255) = 43.12%

 GREEN value IS 58 (23.05% from 255) = 15.06%

 BLUE value IS 161 (63.28% from 255) = 41.82%

R = 43.12%
G = 15.06%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A63AA1 (or 0xA63AA1) is known color: Violet Blue. HEX triplet: A6, 3A and A1. RGB value is (166,58,161). Sum of RGB (Red+Green+Blue) = 166+58+161=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A63AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63AA1 is #59C55E. Grayscale: #656565. Windows color (decimal): -5883231 or 10566310. OLE color: 10566310.

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

Color convert

RGB 166 58 161 -
CMYK 0 0.65 0.03 0.35
HSL 302.78º 0.48% 0.44% -
HSV(B) 302.78º 0.65% 0.65% -
XYZ 23.67 13.71 35.12 -
YUV 102.03 161.28 173.62 -
System Red Green Blue C M Y K H S L
Decimal 166 58 161 0 0.65 0.03 0.35 302.78 0.48 0.44
Hex A6 3A A1 0 41 3 23 12F 30 2C
Octal 246 72 241 0 101 3 43 457 60 54
Binary 10100110 111010 10100001 0 1000001 11 100011 100101111 110000 101100

Color Harmonies of #A63AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63AA1

Black with #A63AA1

Text Example


Text Example

White with #A63AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63AA1; }

 p { color: rgb(166,58,161); }

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

background-color css

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

 a { background-color: rgb(166,58,161); }

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

border-color css

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

 span { border-color: rgb(166,58,161); }

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