Html Css Color HEX #A63BAB Violet Blue

📋 copy color: '#A63BAB'

red 166 ◦ green 59 ◦ blue 171

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

Shades of Violet Blue #A63BAB

Tints of Violet Blue #A63BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.18%

R = 41.92%
G = 14.9%
B = 43.18%

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

#A63BAB (or 0xA63BAB) is known color: Violet Blue. HEX triplet: A6, 3B and AB. RGB value is (166,59,171). Sum of RGB (Red+Green+Blue) = 166+59+171=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #A63BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63BAB is #59C454. Grayscale: #676767. Windows color (decimal): -5882965 or 11221926. OLE color: 11221926.

HSL color Cylindrical-coordinate representation of color #A63BAB: hue angle of 297.32º degrees, saturation: 0.49, 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 #A63BAB is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 59 171 -
CMYK 0.03 0.65 0 0.33
HSL 297.32º 0.49% 0.45% -
HSV(B) 297.32º 0.65% 0.67% -
XYZ 24.64 14.18 39.97 -
YUV 103.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 166 59 171 0.03 0.65 0 0.33 297.32 0.49 0.45
Hex A6 3B AB 3 41 0 21 129 31 2D
Octal 246 73 253 3 101 0 41 451 61 55
Binary 10100110 111011 10101011 11 1000001 0 100001 100101001 110001 101101

Color Harmonies of #A63BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63BAB

Black with #A63BAB

Text Example


Text Example

White with #A63BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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