Html Css Color HEX #A63CAC Violet Blue

📋 copy color: '#A63CAC'

red 166 ◦ green 60 ◦ blue 172

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

Shades of Violet Blue #A63CAC

Tints of Violet Blue #A63CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.22%

R = 41.71%
G = 15.08%
B = 43.22%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A63CAC (or 0xA63CAC) is known color: Violet Blue. HEX triplet: A6, 3C and AC. RGB value is (166,60,172). Sum of RGB (Red+Green+Blue) = 166+60+172=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #A63CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63CAC is #59C353. Grayscale: #686868. Windows color (decimal): -5882708 or 11287718. OLE color: 11287718.

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

Color convert

RGB 166 60 172 -
CMYK 0.03 0.65 0 0.33
HSL 296.79º 0.48% 0.45% -
HSV(B) 296.79º 0.65% 0.67% -
XYZ 24.79 14.32 40.49 -
YUV 104.46 166.12 171.89 -
System Red Green Blue C M Y K H S L
Decimal 166 60 172 0.03 0.65 0 0.33 296.79 0.48 0.45
Hex A6 3C AC 3 41 0 21 129 30 2D
Octal 246 74 254 3 101 0 41 451 60 55
Binary 10100110 111100 10101100 11 1000001 0 100001 100101001 110000 101101

Color Harmonies of #A63CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63CAC

Black with #A63CAC

Text Example


Text Example

White with #A63CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63CAC; }

 p { color: rgb(166,60,172); }

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

background-color css

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

 a { background-color: rgb(166,60,172); }

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

border-color css

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

 span { border-color: rgb(166,60,172); }

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