Html Css Color HEX #A63BAC Violet Blue

📋 copy color: '#A63BAC'

red 166 ◦ green 59 ◦ blue 172

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

Shades of Violet Blue #A63BAC

Tints of Violet Blue #A63BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.86%

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

R = 41.81%
G = 14.86%
B = 43.32%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A63BAC (or 0xA63BAC) is known color: Violet Blue. HEX triplet: A6, 3B and AC. RGB value is (166,59,172). Sum of RGB (Red+Green+Blue) = 166+59+172=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #A63BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63BAC is #59C453. Grayscale: #676767. Windows color (decimal): -5882964 or 11287462. OLE color: 11287462.

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

Color convert

RGB 166 59 172 -
CMYK 0.03 0.66 0 0.33
HSL 296.81º 0.49% 0.45% -
HSV(B) 296.81º 0.66% 0.67% -
XYZ 24.74 14.21 40.47 -
YUV 103.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 166 59 172 0.03 0.66 0 0.33 296.81 0.49 0.45
Hex A6 3B AC 3 42 0 21 129 31 2D
Octal 246 73 254 3 102 0 41 451 61 55
Binary 10100110 111011 10101100 11 1000010 0 100001 100101001 110001 101101

Color Harmonies of #A63BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63BAC

Black with #A63BAC

Text Example


Text Example

White with #A63BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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