Html Css Color HEX #A63FA0 Violet Blue

📋 copy color: '#A63FA0'

red 166 ◦ green 63 ◦ blue 160

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

Shades of Violet Blue #A63FA0

Tints of Violet Blue #A63FA0

RGB

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

 GREEN value IS 63 (25% from 255) = 16.2%

 BLUE value IS 160 (62.89% from 255) = 41.13%

R = 42.67%
G = 16.2%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A63FA0 (or 0xA63FA0) is known color: Violet Blue. HEX triplet: A6, 3F and A0. RGB value is (166,63,160). Sum of RGB (Red+Green+Blue) = 166+63+160=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A63FA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63FA0 is #59C05F. Grayscale: #686868. Windows color (decimal): -5881952 or 10502054. OLE color: 10502054.

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

Color convert

RGB 166 63 160 -
CMYK 0 0.62 0.04 0.35
HSL 303.5º 0.45% 0.45% -
HSV(B) 303.5º 0.62% 0.65% -
XYZ 23.85 14.2 34.74 -
YUV 104.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 166 63 160 0 0.62 0.04 0.35 303.5 0.45 0.45
Hex A6 3F A0 0 3E 4 23 12F 2D 2D
Octal 246 77 240 0 76 4 43 457 55 55
Binary 10100110 111111 10100000 0 111110 100 100011 100101111 101101 101101

Color Harmonies of #A63FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63FA0

Black with #A63FA0

Text Example


Text Example

White with #A63FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63FA0; }

 p { color: rgb(166,63,160); }

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

background-color css

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

 a { background-color: rgb(166,63,160); }

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

border-color css

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

 span { border-color: rgb(166,63,160); }

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