Html Css Color HEX #A63BAD Violet Blue

📋 copy color: '#A63BAD'

red 166 ◦ green 59 ◦ blue 173

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

Shades of Violet Blue #A63BAD

Tints of Violet Blue #A63BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 41.71%
G = 14.82%
B = 43.47%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A63BAD (or 0xA63BAD) is known color: Violet Blue. HEX triplet: A6, 3B and AD. RGB value is (166,59,173). Sum of RGB (Red+Green+Blue) = 166+59+173=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #A63BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63BAD is #59C452. Grayscale: #676767. Windows color (decimal): -5882963 or 11352998. OLE color: 11352998.

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

Color convert

RGB 166 59 173 -
CMYK 0.04 0.66 0 0.32
HSL 296.32º 0.49% 0.45% -
HSV(B) 296.32º 0.66% 0.68% -
XYZ 24.83 14.25 40.98 -
YUV 103.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 166 59 173 0.04 0.66 0 0.32 296.32 0.49 0.45
Hex A6 3B AD 4 42 0 20 128 31 2D
Octal 246 73 255 4 102 0 40 450 61 55
Binary 10100110 111011 10101101 100 1000010 0 100000 100101000 110001 101101

Color Harmonies of #A63BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63BAD

Black with #A63BAD

Text Example


Text Example

White with #A63BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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