Html Css Color HEX #A63F9C Violet Blue

📋 copy color: '#A63F9C'

red 166 ◦ green 63 ◦ blue 156

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

Shades of Violet Blue #A63F9C

Tints of Violet Blue #A63F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.52%

R = 43.12%
G = 16.36%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A63F9C (or 0xA63F9C) is known color: Violet Blue. HEX triplet: A6, 3F and 9C. RGB value is (166,63,156). Sum of RGB (Red+Green+Blue) = 166+63+156=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63F9C is #59C063. Grayscale: #686868. Windows color (decimal): -5881956 or 10239910. OLE color: 10239910.

HSL color Cylindrical-coordinate representation of color #A63F9C: hue angle of 305.83º 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 #A63F9C is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 63 156 -
CMYK 0 0.62 0.06 0.35
HSL 305.83º 0.45% 0.45% -
HSV(B) 305.83º 0.62% 0.65% -
XYZ 23.5 14.06 32.93 -
YUV 104.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 166 63 156 0 0.62 0.06 0.35 305.83 0.45 0.45
Hex A6 3F 9C 0 3E 6 23 132 2D 2D
Octal 246 77 234 0 76 6 43 462 55 55
Binary 10100110 111111 10011100 0 111110 110 100011 100110010 101101 101101

Color Harmonies of #A63F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F9C

Black with #A63F9C

Text Example


Text Example

White with #A63F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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